Kconfig (4a56f46a7dc6ea9ee9733a6382fe4a1b0d947dd5) | Kconfig (c86f51737f8dedbfc2b8566b15231d4ff6d6ac59) |
---|---|
1if ARCH_CLPS711X 2 3menu "CLPS711X/EP721X/EP731X Implementations" 4 5config MACH_CLPS711X_DT 6 bool "Device-tree support" | 1menuconfig ARCH_CLPS711X 2 bool "Cirrus Logic EP721x/EP731x-based" 3 depends on ARCH_MULTI_V4T 4 select ARCH_REQUIRE_GPIOLIB 5 select AUTO_ZRELADDR 6 select CLKSRC_MMIO |
7 select CLKSRC_OF | 7 select CLKSRC_OF |
8 select COMMON_CLK 9 select CPU_ARM720T 10 select GENERIC_CLOCKEVENTS 11 select MFD_SYSCON |
|
8 select OF_IRQ 9 select USE_OF 10 help | 12 select OF_IRQ 13 select USE_OF 14 help |
11 Select this if you want to experiment device-tree with 12 ARMv4T Cirrus Logic chips. 13 14endmenu 15 16endif | 15 Select this if you use ARMv4T Cirrus Logic chips. |