diff options
Diffstat (limited to 'arch/arm/mach-clps711x/Kconfig')
-rw-r--r-- | arch/arm/mach-clps711x/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/Kconfig b/arch/arm/mach-clps711x/Kconfig new file mode 100644 index 0000000000..fd32e576ec --- /dev/null +++ b/arch/arm/mach-clps711x/Kconfig @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 +menuconfig ARCH_CLPS711X + bool "Cirrus Logic EP721x/EP731x-based" + depends on ARCH_MULTI_V4T + depends on CPU_LITTLE_ENDIAN + select CLPS711X_TIMER + select CPU_ARM720T + select GPIOLIB + select MFD_SYSCON + select OF_IRQ + help + Select this if you use ARMv4T Cirrus Logic chips. |