blob: 603c5fd99e8a30df2ecb63af8011c23a28ef90f2 [file] [log] [blame]
Saeed Bisharaedabd382009-08-06 15:12:43 +03001if 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
Russell Kingc7862822011-01-17 18:20:05 +000012config MACH_CM_A510
Konstantin Sinyuk7f514392010-11-16 08:55:03 +020013 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
Sebastian Hesselbarth81d2ef72012-08-15 19:07:33 +020018config MACH_DOVE_DT
19 bool "Marvell Dove Flattened Device Tree"
Sebastian Hesselbarth5b03df92012-11-17 15:22:27 +010020 select MVEBU_CLK_CORE
21 select MVEBU_CLK_GATING
Sebastian Hesselbarth81d2ef72012-08-15 19:07:33 +020022 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
Saeed Bisharaedabd382009-08-06 15:12:43 +030027endmenu
28
29endif