swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 81cfe79b9c577139a873483654640eb3f6e78c39 authored by Linus Torvalds on 19 September 2007, 23:01:13 UTC
Linux 2.6.23-rc7
Tip revision: 81cfe79
Kconfig
menu "Versatile platform type"
	depends on ARCH_VERSATILE

config ARCH_VERSATILE_PB
	bool "Support Versatile/PB platform"
	default y
	help
	  Include support for the ARM(R) Versatile/PB platform.

config MACH_VERSATILE_AB
	bool "Support Versatile/AB platform"
	help
	  Include support for the ARM(R) Versatile/AP platform.

endmenu
back to top