https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a9da95e37d32a7da9a4dad2e7427624240c7f38b authored by Jason Self on 09 February 2011, 21:15:44 UTC
Linux-libre 2.6.27.58-gnu1
Tip revision: a9da95e
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