Kconfig (84ec6d5796e095e2f8698bd2b5d33849ed26d9e2) | Kconfig (022c03a2d650c641fa0f94dbc9d9ff77f8057678) |
---|---|
1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE if PCI || ISA || PCMCIA 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 20 unchanged lines hidden (view full) --- 29 select HAVE_REGS_AND_STACK_ACCESS_API 30 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7)) 31 select HAVE_C_RECORDMCOUNT 32 select HAVE_GENERIC_HARDIRQS 33 select GENERIC_IRQ_SHOW 34 select CPU_PM if (SUSPEND || CPU_IDLE) 35 select GENERIC_PCI_IOMAP 36 select HAVE_BPF_JIT if NET | 1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE if PCI || ISA || PCMCIA 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 20 unchanged lines hidden (view full) --- 29 select HAVE_REGS_AND_STACK_ACCESS_API 30 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7)) 31 select HAVE_C_RECORDMCOUNT 32 select HAVE_GENERIC_HARDIRQS 33 select GENERIC_IRQ_SHOW 34 select CPU_PM if (SUSPEND || CPU_IDLE) 35 select GENERIC_PCI_IOMAP 36 select HAVE_BPF_JIT if NET |
37 select GENERIC_SMP_IDLE_THREAD | |
38 help 39 The ARM series is a line of low-power-consumption RISC chip designs 40 licensed by ARM Ltd and targeted at embedded applications and 41 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 42 manufactured, but legacy ARM-based PC hardware remains popular in 43 Europe. There is an ARM Linux project with a web page at 44 <http://www.arm.linux.org.uk/>. 45 --- 1493 unchanged lines hidden (view full) --- 1539 MultiThreading at a cost of slightly increased overhead in some 1540 places. If unsure say N here. 1541 1542config HAVE_ARM_SCU 1543 bool 1544 help 1545 This option enables support for the ARM system coherency unit 1546 | 37 help 38 The ARM series is a line of low-power-consumption RISC chip designs 39 licensed by ARM Ltd and targeted at embedded applications and 40 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 41 manufactured, but legacy ARM-based PC hardware remains popular in 42 Europe. There is an ARM Linux project with a web page at 43 <http://www.arm.linux.org.uk/>. 44 --- 1493 unchanged lines hidden (view full) --- 1538 MultiThreading at a cost of slightly increased overhead in some 1539 places. If unsure say N here. 1540 1541config HAVE_ARM_SCU 1542 bool 1543 help 1544 This option enables support for the ARM system coherency unit 1545 |
1546config ARM_ARCH_TIMER 1547 bool "Architected timer support" 1548 depends on CPU_V7 1549 help 1550 This option enables support for the ARM architected timer 1551 |
|
1547config HAVE_ARM_TWD 1548 bool 1549 depends on SMP 1550 select TICK_ONESHOT 1551 help 1552 This options enables support for the ARM timer and watchdog unit 1553 1554choice --- 744 unchanged lines hidden --- | 1552config HAVE_ARM_TWD 1553 bool 1554 depends on SMP 1555 select TICK_ONESHOT 1556 help 1557 This options enables support for the ARM timer and watchdog unit 1558 1559choice --- 744 unchanged lines hidden --- |