diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-06-04 10:10:03 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 17:38:54 +0200 |
commit | 0db943ec029a1ced48c71617706a1e8d782c9676 (patch) | |
tree | fae3c7b665cef929d895543d2fd727b2a100fb26 /arch/arm/mach-clps711x/Kconfig | |
parent | 32981ea5b98682a70fdd27f2246fcd2c4e10126b (diff) | |
download | linux-0db943ec029a1ced48c71617706a1e8d782c9676.tar.gz linux-0db943ec029a1ced48c71617706a1e8d782c9676.tar.bz2 linux-0db943ec029a1ced48c71617706a1e8d782c9676.zip |
ARM: clps711x: Add basic DT support
This patch adds basic support to run Cirrus Logic ARMv4T CPUs
with device-tree support.
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/Kconfig b/arch/arm/mach-clps711x/Kconfig index f711498c180c..f21700cf61f4 100644 --- a/arch/arm/mach-clps711x/Kconfig +++ b/arch/arm/mach-clps711x/Kconfig @@ -2,6 +2,15 @@ if ARCH_CLPS711X menu "CLPS711X/EP721X/EP731X Implementations" +config MACH_CLPS711X_DT + bool "Device-tree support" + select CLKSRC_OF + select OF_IRQ + select USE_OF + help + Select this if you want to experiment device-tree with + ARMv4T Cirrus Logic chips. + config ARCH_AUTCPU12 bool "AUTCPU12" help |