diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 482ba91e73a7..bfd7c69c85a5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -932,32 +932,24 @@ config ARCH_DAVINCI | |||
932 | help | 932 | help |
933 | Support for TI's DaVinci platform. | 933 | Support for TI's DaVinci platform. |
934 | 934 | ||
935 | config ARCH_OMAP | 935 | config ARCH_OMAP1 |
936 | bool "TI OMAP" | 936 | bool "TI OMAP1" |
937 | depends on MMU | 937 | depends on MMU |
938 | select ARCH_HAS_CPUFREQ | 938 | select ARCH_HAS_CPUFREQ |
939 | select ARCH_HAS_HOLES_MEMORYMODEL | 939 | select ARCH_HAS_HOLES_MEMORYMODEL |
940 | select ARCH_REQUIRE_GPIOLIB | 940 | select ARCH_OMAP |
941 | select CLKSRC_MMIO | ||
942 | select GENERIC_CLOCKEVENTS | ||
943 | select HAVE_CLK | ||
944 | help | ||
945 | Support for TI's OMAP platform (OMAP1/2/3/4). | ||
946 | |||
947 | config ARCH_VT8500_SINGLE | ||
948 | bool "VIA/WonderMedia 85xx" | ||
949 | select ARCH_HAS_CPUFREQ | ||
950 | select ARCH_REQUIRE_GPIOLIB | 941 | select ARCH_REQUIRE_GPIOLIB |
951 | select CLKDEV_LOOKUP | 942 | select CLKDEV_LOOKUP |
952 | select COMMON_CLK | 943 | select CLKSRC_MMIO |
953 | select CPU_ARM926T | ||
954 | select GENERIC_CLOCKEVENTS | 944 | select GENERIC_CLOCKEVENTS |
945 | select GENERIC_IRQ_CHIP | ||
955 | select HAVE_CLK | 946 | select HAVE_CLK |
956 | select MULTI_IRQ_HANDLER | 947 | select HAVE_IDE |
957 | select SPARSE_IRQ | 948 | select IRQ_DOMAIN |
958 | select USE_OF | 949 | select NEED_MACH_IO_H if PCCARD |
950 | select NEED_MACH_MEMORY_H | ||
959 | help | 951 | help |
960 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | 952 | Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) |
961 | 953 | ||
962 | endchoice | 954 | endchoice |
963 | 955 | ||