Kconfig 508 Bytes
Newer Older
1

2
menu "Intel PXA2xx Implementations"
3

4 5 6 7
choice
	prompt "Select target board"
	depends on ARCH_PXA

8 9
config ARCH_LUBBOCK
	bool "Intel DBPXA250 Development Platform"
10
	select PXA25x
11

12 13 14
config MACH_MAINSTONE
	bool "Intel HCDDBBVA0 Development Platform"
	select PXA27x
15
	#select IWMMXT
16

17 18
config ARCH_PXA_IDP
	bool "Accelent Xscale IDP"
19
	select PXA25x
20

21 22
endchoice

23 24
endmenu

25 26 27 28 29 30 31 32 33 34
config PXA25x
	bool
	help
	  Select code specific to PXA21x/25x/26x variants

config PXA27x
	bool
	help
	  Select code specific to PXA27x variants