blob: 0a170e12f9ff602d2e9e499616d2c12982ab4b59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|