Kconfig (2389d5014342e9535aad212d0c68d439aaf534ba) | Kconfig (694e33a7f42de7dcc8b43c3990c597b19ef9b438) |
---|---|
1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select CPU_PM if (SUSPEND || CPU_IDLE) --- 270 unchanged lines hidden (view full) --- 279 select COMMON_CLK 280 select COMMON_CLK_VERSATILE 281 select GENERIC_CLOCKEVENTS 282 select HAVE_TCM 283 select ICST 284 select MULTI_IRQ_HANDLER 285 select NEED_MACH_MEMORY_H 286 select PLAT_VERSATILE | 1config ARM 2 bool 3 default y 4 select ARCH_BINFMT_ELF_RANDOMIZE_PIE 5 select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE 6 select ARCH_HAVE_CUSTOM_GPIO_H 7 select ARCH_WANT_IPC_PARSE_VERSION 8 select CPU_PM if (SUSPEND || CPU_IDLE) --- 270 unchanged lines hidden (view full) --- 279 select COMMON_CLK 280 select COMMON_CLK_VERSATILE 281 select GENERIC_CLOCKEVENTS 282 select HAVE_TCM 283 select ICST 284 select MULTI_IRQ_HANDLER 285 select NEED_MACH_MEMORY_H 286 select PLAT_VERSATILE |
287 select PLAT_VERSATILE_FPGA_IRQ |
|
287 select SPARSE_IRQ | 288 select SPARSE_IRQ |
288 select VERSATILE_FPGA_IRQ | |
289 help 290 Support for ARM's Integrator platform. 291 292config ARCH_REALVIEW 293 bool "ARM Ltd. RealView family" 294 select ARCH_WANT_OPTIONAL_GPIOLIB 295 select ARM_AMBA 296 select ARM_TIMER_SP804 --- 16 unchanged lines hidden (view full) --- 313 select ARM_VIC 314 select CLKDEV_LOOKUP 315 select GENERIC_CLOCKEVENTS 316 select HAVE_MACH_CLKDEV 317 select ICST 318 select PLAT_VERSATILE 319 select PLAT_VERSATILE_CLCD 320 select PLAT_VERSATILE_CLOCK | 289 help 290 Support for ARM's Integrator platform. 291 292config ARCH_REALVIEW 293 bool "ARM Ltd. RealView family" 294 select ARCH_WANT_OPTIONAL_GPIOLIB 295 select ARM_AMBA 296 select ARM_TIMER_SP804 --- 16 unchanged lines hidden (view full) --- 313 select ARM_VIC 314 select CLKDEV_LOOKUP 315 select GENERIC_CLOCKEVENTS 316 select HAVE_MACH_CLKDEV 317 select ICST 318 select PLAT_VERSATILE 319 select PLAT_VERSATILE_CLCD 320 select PLAT_VERSATILE_CLOCK |
321 select VERSATILE_FPGA_IRQ | 321 select PLAT_VERSATILE_FPGA_IRQ |
322 help 323 This enables support for ARM Ltd Versatile board. 324 325config ARCH_AT91 326 bool "Atmel AT91" 327 select ARCH_REQUIRE_GPIOLIB 328 select CLKDEV_LOOKUP 329 select HAVE_CLK --- 730 unchanged lines hidden (view full) --- 1060 1061source "arch/arm/plat-mxc/Kconfig" 1062 1063source "arch/arm/mach-mxs/Kconfig" 1064 1065source "arch/arm/mach-netx/Kconfig" 1066 1067source "arch/arm/mach-nomadik/Kconfig" | 322 help 323 This enables support for ARM Ltd Versatile board. 324 325config ARCH_AT91 326 bool "Atmel AT91" 327 select ARCH_REQUIRE_GPIOLIB 328 select CLKDEV_LOOKUP 329 select HAVE_CLK --- 730 unchanged lines hidden (view full) --- 1060 1061source "arch/arm/plat-mxc/Kconfig" 1062 1063source "arch/arm/mach-mxs/Kconfig" 1064 1065source "arch/arm/mach-netx/Kconfig" 1066 1067source "arch/arm/mach-nomadik/Kconfig" |
1068source "arch/arm/plat-nomadik/Kconfig" | |
1069 1070source "arch/arm/plat-omap/Kconfig" 1071 1072source "arch/arm/mach-omap1/Kconfig" 1073 1074source "arch/arm/mach-omap2/Kconfig" 1075 1076source "arch/arm/mach-orion5x/Kconfig" --- 521 unchanged lines hidden (view full) --- 1598 1599config NR_CPUS 1600 int "Maximum number of CPUs (2-32)" 1601 range 2 32 1602 depends on SMP 1603 default "4" 1604 1605config HOTPLUG_CPU | 1068 1069source "arch/arm/plat-omap/Kconfig" 1070 1071source "arch/arm/mach-omap1/Kconfig" 1072 1073source "arch/arm/mach-omap2/Kconfig" 1074 1075source "arch/arm/mach-orion5x/Kconfig" --- 521 unchanged lines hidden (view full) --- 1597 1598config NR_CPUS 1599 int "Maximum number of CPUs (2-32)" 1600 range 2 32 1601 depends on SMP 1602 default "4" 1603 1604config HOTPLUG_CPU |
1606 bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" 1607 depends on SMP && HOTPLUG && EXPERIMENTAL | 1605 bool "Support for hot-pluggable CPUs" 1606 depends on SMP && HOTPLUG |
1608 help 1609 Say Y here to experiment with turning CPUs off and on. CPUs 1610 can be controlled through /sys/devices/system/cpu. 1611 1612config LOCAL_TIMERS 1613 bool "Use local timer interrupts" 1614 depends on SMP 1615 default y --- 24 unchanged lines hidden (view full) --- 1640 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1641 ARCH_S5PV210 || ARCH_EXYNOS4 1642 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER 1643 default AT91_TIMER_HZ if ARCH_AT91 1644 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE 1645 default 100 1646 1647config THUMB2_KERNEL | 1607 help 1608 Say Y here to experiment with turning CPUs off and on. CPUs 1609 can be controlled through /sys/devices/system/cpu. 1610 1611config LOCAL_TIMERS 1612 bool "Use local timer interrupts" 1613 depends on SMP 1614 default y --- 24 unchanged lines hidden (view full) --- 1639 default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \ 1640 ARCH_S5PV210 || ARCH_EXYNOS4 1641 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER 1642 default AT91_TIMER_HZ if ARCH_AT91 1643 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE 1644 default 100 1645 1646config THUMB2_KERNEL |
1648 bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)" 1649 depends on CPU_V7 && !CPU_V6 && !CPU_V6K && EXPERIMENTAL | 1647 bool "Compile the kernel in Thumb-2 mode" 1648 depends on CPU_V7 && !CPU_V6 && !CPU_V6K |
1650 select AEABI 1651 select ARM_ASM_UNIFIED 1652 select ARM_UNWIND 1653 help 1654 By enabling this option, the kernel will be compiled in 1655 Thumb-2 mode. A compiler/assembler that understand the unified 1656 ARM-Thumb syntax is needed. 1657 --- 187 unchanged lines hidden (view full) --- 1845 1846config XEN_DOM0 1847 def_bool y 1848 depends on XEN 1849 1850config XEN 1851 bool "Xen guest support on ARM (EXPERIMENTAL)" 1852 depends on EXPERIMENTAL && ARM && OF | 1649 select AEABI 1650 select ARM_ASM_UNIFIED 1651 select ARM_UNWIND 1652 help 1653 By enabling this option, the kernel will be compiled in 1654 Thumb-2 mode. A compiler/assembler that understand the unified 1655 ARM-Thumb syntax is needed. 1656 --- 187 unchanged lines hidden (view full) --- 1844 1845config XEN_DOM0 1846 def_bool y 1847 depends on XEN 1848 1849config XEN 1850 bool "Xen guest support on ARM (EXPERIMENTAL)" 1851 depends on EXPERIMENTAL && ARM && OF |
1852 depends on CPU_V7 && !CPU_V6 |
|
1853 help 1854 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1855 1856endmenu 1857 1858menu "Boot options" 1859 1860config USE_OF --- 452 unchanged lines hidden --- | 1853 help 1854 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1855 1856endmenu 1857 1858menu "Boot options" 1859 1860config USE_OF --- 452 unchanged lines hidden --- |