Kconfig (87d8a69709d971913e6cc7210450fcb8be963667) | Kconfig (cee37e501ea34958d6d33d75d2bd21d9c343e379) |
---|---|
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 --- 787 unchanged lines hidden (view full) --- 796 select ARCH_REQUIRE_GPIOLIB 797 select ARCH_HAS_CPUFREQ 798 select GENERIC_TIME 799 select GENERIC_CLOCKEVENTS 800 select ARCH_HAS_HOLES_MEMORYMODEL 801 help 802 Support for TI's OMAP platform (OMAP1 and OMAP2). 803 | 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 --- 787 unchanged lines hidden (view full) --- 796 select ARCH_REQUIRE_GPIOLIB 797 select ARCH_HAS_CPUFREQ 798 select GENERIC_TIME 799 select GENERIC_CLOCKEVENTS 800 select ARCH_HAS_HOLES_MEMORYMODEL 801 help 802 Support for TI's OMAP platform (OMAP1 and OMAP2). 803 |
804config PLAT_SPEAR 805 bool "ST SPEAr" 806 select ARM_AMBA 807 select ARCH_REQUIRE_GPIOLIB 808 select COMMON_CLKDEV 809 select GENERIC_CLOCKEVENTS 810 select GENERIC_GPIO 811 select GENERIC_TIME 812 select HAVE_CLK 813 help 814 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx). 815 |
|
804endchoice 805 806# 807# This is sorted alphabetically by mach-* pathname. However, plat-* 808# Kconfigs may be included either alphabetically (according to the 809# plat- suffix) or along side the corresponding mach-* source. 810# 811source "arch/arm/mach-aaec2000/Kconfig" --- 69 unchanged lines hidden (view full) --- 881source "arch/arm/mach-realview/Kconfig" 882 883source "arch/arm/mach-sa1100/Kconfig" 884 885source "arch/arm/plat-samsung/Kconfig" 886source "arch/arm/plat-s3c24xx/Kconfig" 887source "arch/arm/plat-s5p/Kconfig" 888source "arch/arm/plat-s5pc1xx/Kconfig" | 816endchoice 817 818# 819# This is sorted alphabetically by mach-* pathname. However, plat-* 820# Kconfigs may be included either alphabetically (according to the 821# plat- suffix) or along side the corresponding mach-* source. 822# 823source "arch/arm/mach-aaec2000/Kconfig" --- 69 unchanged lines hidden (view full) --- 893source "arch/arm/mach-realview/Kconfig" 894 895source "arch/arm/mach-sa1100/Kconfig" 896 897source "arch/arm/plat-samsung/Kconfig" 898source "arch/arm/plat-s3c24xx/Kconfig" 899source "arch/arm/plat-s5p/Kconfig" 900source "arch/arm/plat-s5pc1xx/Kconfig" |
901source "arch/arm/plat-spear/Kconfig" |
|
889 890if ARCH_S3C2410 891source "arch/arm/mach-s3c2400/Kconfig" 892source "arch/arm/mach-s3c2410/Kconfig" 893source "arch/arm/mach-s3c2412/Kconfig" 894source "arch/arm/mach-s3c2440/Kconfig" 895source "arch/arm/mach-s3c2443/Kconfig" 896endif --- 765 unchanged lines hidden --- | 902 903if ARCH_S3C2410 904source "arch/arm/mach-s3c2400/Kconfig" 905source "arch/arm/mach-s3c2410/Kconfig" 906source "arch/arm/mach-s3c2412/Kconfig" 907source "arch/arm/mach-s3c2440/Kconfig" 908source "arch/arm/mach-s3c2443/Kconfig" 909endif --- 765 unchanged lines hidden --- |