aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2016-06-04 10:10:13 +0300
committerArnd Bergmann <arnd@arndb.de>2016-07-06 17:57:56 +0200
commitc86f51737f8dedbfc2b8566b15231d4ff6d6ac59 (patch)
tree7a15d032766853a5d2be28901853b11559ad632d /arch/arm/mach-clps711x/Kconfig
parentARM: clps711x: Remove boards support (diff)
downloadlinux-dev-c86f51737f8dedbfc2b8566b15231d4ff6d6ac59.tar.xz
linux-dev-c86f51737f8dedbfc2b8566b15231d4ff6d6ac59.zip
ARM: clps711x: Switch to MULTIPLATFORM
Switch CLPS711X to multiplatform. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-clps711x/Kconfig')
-rw-r--r--arch/arm/mach-clps711x/Kconfig23
1 files changed, 11 insertions, 12 deletions
diff --git a/arch/arm/mach-clps711x/Kconfig b/arch/arm/mach-clps711x/Kconfig
index 0a170e12f9ff..3b56197ccfd0 100644
--- a/arch/arm/mach-clps711x/Kconfig
+++ b/arch/arm/mach-clps711x/Kconfig
@@ -1,16 +1,15 @@
-if ARCH_CLPS711X
-
-menu "CLPS711X/EP721X/EP731X Implementations"
-
-config MACH_CLPS711X_DT
- bool "Device-tree support"
+menuconfig ARCH_CLPS711X
+ bool "Cirrus Logic EP721x/EP731x-based"
+ depends on ARCH_MULTI_V4T
+ select ARCH_REQUIRE_GPIOLIB
+ select AUTO_ZRELADDR
+ select CLKSRC_MMIO
select CLKSRC_OF
+ select COMMON_CLK
+ select CPU_ARM720T
+ select GENERIC_CLOCKEVENTS
+ select MFD_SYSCON
select OF_IRQ
select USE_OF
help
- Select this if you want to experiment device-tree with
- ARMv4T Cirrus Logic chips.
-
-endmenu
-
-endif
+ Select this if you use ARMv4T Cirrus Logic chips.