blob: 0bd6d894c5970474799c92c7fca5a1512acbd54c [file] [log] [blame]
Saeed Bisharaedabd382009-08-06 15:12:43 +03001if ARCH_DOVE
2
3menu "Marvell Dove Implementations"
4
Arnd Bergmann48be9ac2013-02-28 18:19:16 +01005config DOVE_LEGACY
6 bool
7
Saeed Bisharaedabd382009-08-06 15:12:43 +03008config MACH_DOVE_DB
9 bool "Marvell DB-MV88AP510 Development Board"
Arnd Bergmann48be9ac2013-02-28 18:19:16 +010010 select DOVE_LEGACY
Arnd Bergmann993e2212016-02-23 15:06:37 +010011 select I2C_BOARDINFO if I2C
Saeed Bisharaedabd382009-08-06 15:12:43 +030012 help
13 Say 'Y' here if you want your kernel to support the
14 Marvell DB-MV88AP510 Development Board.
15
Russell Kingc7862822011-01-17 18:20:05 +000016config MACH_CM_A510
Konstantin Sinyuk7f514392010-11-16 08:55:03 +020017 bool "CompuLab CM-A510 Board"
Arnd Bergmann48be9ac2013-02-28 18:19:16 +010018 select DOVE_LEGACY
Konstantin Sinyuk7f514392010-11-16 08:55:03 +020019 help
20 Say 'Y' here if you want your kernel to support the
21 CompuLab CM-A510 Board.
22
Saeed Bisharaedabd382009-08-06 15:12:43 +030023endmenu
24
25endif