Kconfig (07c4cc1cdaa08fcb6c0275dd7be49eae37260169) Kconfig (fdc76bf9b62446c9d4b00e0d355c3212b4f1b13b)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM
9 bool
10 default y
11 select HAVE_AOUT
12 select HAVE_IDE
13 select RTC_LIB
14 select SYS_SUPPORTS_APM_EMULATION
15 select HAVE_OPROFILE
16 select HAVE_ARCH_KGDB
17 select HAVE_KPROBES if (!XIP_KERNEL)
18 select HAVE_KRETPROBES if (HAVE_KPROBES)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM
9 bool
10 default y
11 select HAVE_AOUT
12 select HAVE_IDE
13 select RTC_LIB
14 select SYS_SUPPORTS_APM_EMULATION
15 select HAVE_OPROFILE
16 select HAVE_ARCH_KGDB
17 select HAVE_KPROBES if (!XIP_KERNEL)
18 select HAVE_KRETPROBES if (HAVE_KPROBES)
19 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
19 select HAVE_FTRACE if (!XIP_KERNEL)
20 select HAVE_DYNAMIC_FTRACE if (HAVE_FTRACE)
20 select HAVE_GENERIC_DMA_COHERENT
21 help
22 The ARM series is a line of low-power-consumption RISC chip designs
23 licensed by ARM Ltd and targeted at embedded applications and
24 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
25 manufactured, but legacy ARM-based PC hardware remains popular in
26 Europe. There is an ARM Linux project with a web page at
27 <http://www.arm.linux.org.uk/>.

--- 322 unchanged lines hidden (view full) ---

350 Support for Intel's IXP2400/2800 (XScale) family of processors.
351
352config ARCH_IXP4XX
353 bool "IXP4xx-based"
354 depends on MMU
355 select GENERIC_GPIO
356 select GENERIC_TIME
357 select GENERIC_CLOCKEVENTS
21 select HAVE_GENERIC_DMA_COHERENT
22 help
23 The ARM series is a line of low-power-consumption RISC chip designs
24 licensed by ARM Ltd and targeted at embedded applications and
25 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
26 manufactured, but legacy ARM-based PC hardware remains popular in
27 Europe. There is an ARM Linux project with a web page at
28 <http://www.arm.linux.org.uk/>.

--- 322 unchanged lines hidden (view full) ---

351 Support for Intel's IXP2400/2800 (XScale) family of processors.
352
353config ARCH_IXP4XX
354 bool "IXP4xx-based"
355 depends on MMU
356 select GENERIC_GPIO
357 select GENERIC_TIME
358 select GENERIC_CLOCKEVENTS
358 select ZONE_DMA if PCI
359 select DMABOUNCE if PCI
359 help
360 Support for Intel's IXP4XX (XScale) family of processors.
361
362config ARCH_L7200
363 bool "LinkUp-L7200"
364 select FIQ
365 help
366 Say Y here if you intend to run this kernel on a LinkUp Systems

--- 922 unchanged lines hidden ---
360 help
361 Support for Intel's IXP4XX (XScale) family of processors.
362
363config ARCH_L7200
364 bool "LinkUp-L7200"
365 select FIQ
366 help
367 Say Y here if you intend to run this kernel on a LinkUp Systems

--- 922 unchanged lines hidden ---