Kconfig (dc52ddc0e6f45b04780b26fc0813509f8e798c42) Kconfig (606576ce816603d9fe1fb453a88bc6eea16ca709)
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_FTRACE if (!XIP_KERNEL)
20 select HAVE_DYNAMIC_FTRACE if (HAVE_FTRACE)
19 select HAVE_FUNCTION_TRACER if (!XIP_KERNEL)
20 select HAVE_DYNAMIC_FTRACE if (HAVE_FUNCTION_TRACER)
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/>.

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

187 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
188 default DRAM_BASE if REMAP_VECTORS_TO_RAM
189 default 0x00000000
190 help
191 The base address of exception vectors.
192
193source "init/Kconfig"
194
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/>.

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

187 default 0xffff0000 if MMU || CPU_HIGH_VECTOR
188 default DRAM_BASE if REMAP_VECTORS_TO_RAM
189 default 0x00000000
190 help
191 The base address of exception vectors.
192
193source "init/Kconfig"
194
195source "kernel/Kconfig.freezer"
196
197menu "System Type"
198
199choice
200 prompt "ARM system type"
201 default ARCH_VERSATILE
202
203config ARCH_AAEC2000
204 bool "Agilent AAEC-2000 based"

--- 1085 unchanged lines hidden ---
195menu "System Type"
196
197choice
198 prompt "ARM system type"
199 default ARCH_VERSATILE
200
201config ARCH_AAEC2000
202 bool "Agilent AAEC-2000 based"

--- 1085 unchanged lines hidden ---