xref: /linux/arch/arm/mach-dove/Kconfig (revision d39d0ed196aa1685bb24771e92f78633c66ac9cb)
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
12endmenu
13
14endif
15