Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc authored by Linus Torvalds on 11 July 2011, 23:51:52 UTC
Linux 3.0-rc7
Tip revision: 620917d
Kconfig
if ARCH_DOVE

menu "Marvell Dove Implementations"

config MACH_DOVE_DB
	bool "Marvell DB-MV88AP510 Development Board"
	select I2C_BOARDINFO
	help
	  Say 'Y' here if you want your kernel to support the
	  Marvell DB-MV88AP510 Development Board.

config MACH_CM_A510
	bool "CompuLab CM-A510 Board"
	help
	  Say 'Y' here if you want your kernel to support the
	  CompuLab CM-A510 Board.

endmenu

endif
back to top