Kconfig (e3900e74f26fc924c8e9e2a922bd40369b0bb517) | Kconfig (48be9ac930086f7605fb4959936f568e865b2cff) |
---|---|
1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 | 1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 |
5config DOVE_LEGACY 6 bool 7 |
|
5config MACH_DOVE_DB 6 bool "Marvell DB-MV88AP510 Development Board" | 8config MACH_DOVE_DB 9 bool "Marvell DB-MV88AP510 Development Board" |
10 select DOVE_LEGACY |
|
7 select I2C_BOARDINFO 8 help 9 Say 'Y' here if you want your kernel to support the 10 Marvell DB-MV88AP510 Development Board. 11 12config MACH_CM_A510 13 bool "CompuLab CM-A510 Board" | 11 select I2C_BOARDINFO 12 help 13 Say 'Y' here if you want your kernel to support the 14 Marvell DB-MV88AP510 Development Board. 15 16config MACH_CM_A510 17 bool "CompuLab CM-A510 Board" |
18 select DOVE_LEGACY |
|
14 help 15 Say 'Y' here if you want your kernel to support the 16 CompuLab CM-A510 Board. 17 18config MACH_DOVE_DT 19 bool "Marvell Dove Flattened Device Tree" 20 select MVEBU_CLK_CORE 21 select MVEBU_CLK_GATING 22 select USE_OF 23 help 24 Say 'Y' here if you want your kernel to support the 25 Marvell Dove using flattened device tree. 26 27endmenu 28 29endif | 19 help 20 Say 'Y' here if you want your kernel to support the 21 CompuLab CM-A510 Board. 22 23config MACH_DOVE_DT 24 bool "Marvell Dove Flattened Device Tree" 25 select MVEBU_CLK_CORE 26 select MVEBU_CLK_GATING 27 select USE_OF 28 help 29 Say 'Y' here if you want your kernel to support the 30 Marvell Dove using flattened device tree. 31 32endmenu 33 34endif |