Kconfig 1015 字节
Newer Older
1 2
if ARCH_MMP

3
menu "Marvell PXA168/910 Implmentations"
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

config MACH_ASPENITE
	bool "Marvell's PXA168 Aspenite Development Board"
	select CPU_PXA168
	help
	  Say 'Y' here if you want to support the Marvell PXA168-based
	  Aspenite Development Board.

config MACH_ZYLONITE2
	bool "Marvell's PXA168 Zylonite2 Development Board"
	select CPU_PXA168
	help
	  Say 'Y' here if you want to support the Marvell PXA168-based
	  Zylonite2 Development Board.

19 20 21 22 23 24 25
config MACH_TAVOREVB
	bool "Marvell's PXA910 TavorEVB Development Board"
	select CPU_PXA910
	help
	  Say 'Y' here if you want to support the Marvell PXA910-based
	  TavorEVB Development Board.

26 27 28 29 30 31 32
config MACH_TTC_DKB
	bool "Marvell's PXA910 TavorEVB Development Board"
	select CPU_PXA910
	help
	  Say 'Y' here if you want to support the Marvell PXA910-based
	  TTC_DKB Development Board.

33 34 35 36 37 38 39 40
endmenu

config CPU_PXA168
	bool
	select CPU_MOHAWK
	help
	  Select code specific to PXA168

41 42 43 44 45 46
config CPU_PXA910
	bool
	select CPU_MOHAWK
	help
	  Select code specific to PXA910

47
endif