blob: d8c439c89ea93b76849965f08cbeb5149a25bbb8 [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
Saeed Bisharaedabd382009-08-06 15:12:43 +030011 select I2C_BOARDINFO
12 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