https://github.com/torvalds/linux
Raw File
Tip revision: 0967d61ea0d8e8a7826bd8949cd93dd1e829ac55 authored by Linus Torvalds on 06 August 2008, 04:49:54 UTC
Linux 2.6.27-rc2
Tip revision: 0967d61
Kconfig
if ARCH_KIRKWOOD

menu "Marvell Kirkwood Implementations"

config MACH_DB88F6281_BP
	bool "Marvell DB-88F6281-BP Development Board"
	help
	  Say 'Y' here if you want your kernel to support the
	  Marvell DB-88F6281-BP Development Board.

config MACH_RD88F6192_NAS
	bool "Marvell RD-88F6192-NAS Reference Board"
	help
	  Say 'Y' here if you want your kernel to support the
	  Marvell RD-88F6192-NAS Reference Board.

config MACH_RD88F6281
	bool "Marvell RD-88F6281 Reference Board"
	help
	  Say 'Y' here if you want your kernel to support the
	  Marvell RD-88F6281 Reference Board.

endmenu

endif
back to top