blob: 36469d813951dc65e76f2e94acb1960706d6d600 [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
Sebastian Hesselbarth81d2ef72012-08-15 19:07:33 +020023config MACH_DOVE_DT
24 bool "Marvell Dove Flattened Device Tree"
Sebastian Hesselbarth5b03df92012-11-17 15:22:27 +010025 select MVEBU_CLK_CORE
26 select MVEBU_CLK_GATING
Sebastian Hesselbarth41e364b2012-12-27 23:21:59 +010027 select REGULATOR
28 select REGULATOR_FIXED_VOLTAGE
Sebastian Hesselbarth81d2ef72012-08-15 19:07:33 +020029 select USE_OF
30 help
31 Say 'Y' here if you want your kernel to support the
32 Marvell Dove using flattened device tree.
33
Saeed Bisharaedabd382009-08-06 15:12:43 +030034endmenu
35
36endif