https://github.com/torvalds/linux
Raw File
Tip revision: 5d01410fe4d92081f349b013a2e7a95429e4f2c9 authored by Linus Torvalds on 23 November 2014, 23:25:20 UTC
Linux 3.18-rc6
Tip revision: 5d01410
Kconfig
if ARCH_DOVE

menu "Marvell Dove Implementations"

config DOVE_LEGACY
	bool

config MACH_DOVE_DB
	bool "Marvell DB-MV88AP510 Development Board"
	select DOVE_LEGACY
	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"
	select DOVE_LEGACY
	help
	  Say 'Y' here if you want your kernel to support the
	  CompuLab CM-A510 Board.

endmenu

endif
back to top