Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (0db943ec029a1ced48c71617706a1e8d782c9676) |
---|---|
1if ARCH_CLPS711X 2 3menu "CLPS711X/EP721X/EP731X Implementations" 4 | 1if ARCH_CLPS711X 2 3menu "CLPS711X/EP721X/EP731X Implementations" 4 |
5config MACH_CLPS711X_DT 6 bool "Device-tree support" 7 select CLKSRC_OF 8 select OF_IRQ 9 select USE_OF 10 help 11 Select this if you want to experiment device-tree with 12 ARMv4T Cirrus Logic chips. 13 |
|
5config ARCH_AUTCPU12 6 bool "AUTCPU12" 7 help 8 Say Y if you intend to run the kernel on the autronix autcpu12 9 board. This board is based on a Cirrus Logic CS89712. 10 11config ARCH_CDB89712 12 bool "CDB89712" --- 26 unchanged lines hidden --- | 14config ARCH_AUTCPU12 15 bool "AUTCPU12" 16 help 17 Say Y if you intend to run the kernel on the autronix autcpu12 18 board. This board is based on a Cirrus Logic CS89712. 19 20config ARCH_CDB89712 21 bool "CDB89712" --- 26 unchanged lines hidden --- |