linux_dsm_epyc7002/arch/arm/mach-clps711x/Kconfig

17 lines
275 B
Plaintext
Raw Normal View History

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