swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 92dcffb916d309aa01778bf8963a6932e4014d07 authored by Linus Torvalds on 21 January 2010, 23:31:35 UTC
Linux 2.6.33-rc5
Tip revision: 92dcffb
Kconfig
menu "Versatile platform type"
	depends on ARCH_VERSATILE

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

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

endmenu
back to top