Kconfig (817eb2109d28fcac8f4fd84a9ef3a761de4f8b50) | Kconfig (a88264c24c44924a549f3d596b86d611b7ee9909) |
---|---|
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 --- 319 unchanged lines hidden (view full) --- 328 <http://www.digi.com/products/microprocessors/index.jsp> 329 330config ARCH_MXC 331 bool "Freescale MXC/iMX-based" 332 select ARCH_MTD_XIP 333 help 334 Support for Freescale MXC/iMX-based family of processors 335 | 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 --- 319 unchanged lines hidden (view full) --- 328 <http://www.digi.com/products/microprocessors/index.jsp> 329 330config ARCH_MXC 331 bool "Freescale MXC/iMX-based" 332 select ARCH_MTD_XIP 333 help 334 Support for Freescale MXC/iMX-based family of processors 335 |
336config ARCH_ORION 337 bool "Marvell Orion" 338 depends on MMU 339 select PCI 340 select GENERIC_GPIO 341 select GENERIC_TIME 342 select GENERIC_CLOCKEVENTS 343 help 344 Support for Marvell Orion System on Chip family. 345 | |
346config ARCH_PNX4008 347 bool "Philips Nexperia PNX4008 Mobile" 348 help 349 This enables support for Philips PNX4008 mobile platform. 350 351config ARCH_PXA 352 bool "PXA2xx/PXA3xx-based" 353 depends on MMU 354 select ARCH_MTD_XIP 355 select GENERIC_GPIO 356 select GENERIC_TIME 357 select GENERIC_CLOCKEVENTS | 336config ARCH_PNX4008 337 bool "Philips Nexperia PNX4008 Mobile" 338 help 339 This enables support for Philips PNX4008 mobile platform. 340 341config ARCH_PXA 342 bool "PXA2xx/PXA3xx-based" 343 depends on MMU 344 select ARCH_MTD_XIP 345 select GENERIC_GPIO 346 select GENERIC_TIME 347 select GENERIC_CLOCKEVENTS |
348 select TICK_ONESHOT |
|
358 help 359 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 360 361config ARCH_RPC 362 bool "RiscPC" 363 select ARCH_ACORN 364 select FIQ 365 select TIMER_ACORN --- 80 unchanged lines hidden (view full) --- 446source "arch/arm/mach-sa1100/Kconfig" 447 448source "arch/arm/plat-omap/Kconfig" 449 450source "arch/arm/mach-omap1/Kconfig" 451 452source "arch/arm/mach-omap2/Kconfig" 453 | 349 help 350 Support for Intel/Marvell's PXA2xx/PXA3xx processor line. 351 352config ARCH_RPC 353 bool "RiscPC" 354 select ARCH_ACORN 355 select FIQ 356 select TIMER_ACORN --- 80 unchanged lines hidden (view full) --- 437source "arch/arm/mach-sa1100/Kconfig" 438 439source "arch/arm/plat-omap/Kconfig" 440 441source "arch/arm/mach-omap1/Kconfig" 442 443source "arch/arm/mach-omap2/Kconfig" 444 |
454source "arch/arm/mach-orion/Kconfig" 455 | |
456source "arch/arm/plat-s3c24xx/Kconfig" 457source "arch/arm/plat-s3c/Kconfig" 458 459if ARCH_S3C2410 460source "arch/arm/mach-s3c2400/Kconfig" 461source "arch/arm/mach-s3c2410/Kconfig" 462source "arch/arm/mach-s3c2412/Kconfig" 463source "arch/arm/mach-s3c2440/Kconfig" --- 259 unchanged lines hidden (view full) --- 723config LEDS 724 bool "Timer and CPU usage LEDs" 725 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \ 726 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ 727 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ 728 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 729 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ 730 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ | 445source "arch/arm/plat-s3c24xx/Kconfig" 446source "arch/arm/plat-s3c/Kconfig" 447 448if ARCH_S3C2410 449source "arch/arm/mach-s3c2400/Kconfig" 450source "arch/arm/mach-s3c2410/Kconfig" 451source "arch/arm/mach-s3c2412/Kconfig" 452source "arch/arm/mach-s3c2440/Kconfig" --- 259 unchanged lines hidden (view full) --- 712config LEDS 713 bool "Timer and CPU usage LEDs" 714 depends on ARCH_CDB89712 || ARCH_CO285 || ARCH_EBSA110 || \ 715 ARCH_EBSA285 || ARCH_IMX || ARCH_INTEGRATOR || \ 716 ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ 717 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 718 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ 719 ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ |
731 ARCH_KS8695 || MACH_RD88F5182 | 720 ARCH_KS8695 |
732 help 733 If you say Y here, the LEDs on your machine will be used 734 to provide useful information about your current system status. 735 736 If you are compiling a kernel for a NetWinder or EBSA-285, you will 737 be able to select which LEDs are active using the options below. If 738 you are compiling a kernel for the EBSA-110 or the LART however, the 739 red LED will simply flash regularly to indicate that the system is --- 218 unchanged lines hidden (view full) --- 958 959 It should be sufficient for most programs. It may be not suitable 960 for scientific calculations, but you have to check this for yourself. 961 If you do not feel you need a faster FP emulation you should better 962 choose NWFPE. 963 964config VFP 965 bool "VFP-format floating point maths" | 721 help 722 If you say Y here, the LEDs on your machine will be used 723 to provide useful information about your current system status. 724 725 If you are compiling a kernel for a NetWinder or EBSA-285, you will 726 be able to select which LEDs are active using the options below. If 727 you are compiling a kernel for the EBSA-110 or the LART however, the 728 red LED will simply flash regularly to indicate that the system is --- 218 unchanged lines hidden (view full) --- 947 948 It should be sufficient for most programs. It may be not suitable 949 for scientific calculations, but you have to check this for yourself. 950 If you do not feel you need a faster FP emulation you should better 951 choose NWFPE. 952 953config VFP 954 bool "VFP-format floating point maths" |
966 depends on CPU_V6 || CPU_ARM926T || CPU_FEROCEON | 955 depends on CPU_V6 || CPU_ARM926T |
967 help 968 Say Y to include VFP support code in the kernel. This is needed 969 if your hardware includes a VFP unit. 970 971 Please see <file:Documentation/arm/VFP/release-notes.txt> for 972 release notes and additional status information. 973 974 Say N if your target does not have VFP hardware. --- 127 unchanged lines hidden --- | 956 help 957 Say Y to include VFP support code in the kernel. This is needed 958 if your hardware includes a VFP unit. 959 960 Please see <file:Documentation/arm/VFP/release-notes.txt> for 961 release notes and additional status information. 962 963 Say N if your target does not have VFP hardware. --- 127 unchanged lines hidden --- |