linux_dsm_epyc7002/arch/arm/mach-clps711x/Kconfig
Alexander Shiyan 4a56f46a7d ARM: clps711x: Remove boards support
Any CLPS711X-based board can be replaced with devicetree equivalent.
Remove the board files.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2016-07-06 17:57:55 +02:00

17 lines
275 B
Plaintext

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.
endmenu
endif