Kconfig (84abd88a70090cf00f9e45c3a81680874f17626e) | Kconfig (7f51439a3c078393e7618a636fea403afa35948c) |
---|---|
1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 5config MACH_DOVE_DB 6 bool "Marvell DB-MV88AP510 Development Board" 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 | 1if ARCH_DOVE 2 3menu "Marvell Dove Implementations" 4 5config MACH_DOVE_DB 6 bool "Marvell DB-MV88AP510 Development Board" 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 |
12 config MACH_CM_A510 13 bool "CompuLab CM-A510 Board" 14 help 15 Say 'Y' here if you want your kernel to support the 16 CompuLab CM-A510 Board. 17 |
|
12endmenu 13 14endif | 18endmenu 19 20endif |