mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 06:06:44 +07:00
4a56f46a7d
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>
17 lines
275 B
Plaintext
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
|