Kconfig 1.2 KB
Newer Older
1 2
choice
	prompt "Machine Type"
3
	depends on PPC_85xx
4 5 6 7
	default MPC8540_ADS

config MPC8540_ADS
	bool "Freescale MPC8540 ADS"
8
	select DEFAULT_UIMAGE
9
	help
10
	  This option enables support for the MPC 8540 ADS board
11

12 13 14 15 16 17
config MPC8560_ADS
	bool "Freescale MPC8560 ADS"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC 8560 ADS board

A
Andy Fleming 已提交
18 19 20 21 22 23
config MPC85xx_CDS
	bool "Freescale MPC85xx CDS"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC85xx CDS board

24 25
config MPC85xx_MDS
	bool "Freescale MPC85xx MDS"
26 27 28
	select DEFAULT_UIMAGE
#	select QUICC_ENGINE
	help
29
	  This option enables support for the MPC85xx MDS board
30

31 32 33 34 35 36
config MPC8544_DS
	bool "Freescale MPC8544 DS"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8544 DS board

37 38 39 40
endchoice

config MPC8540
	bool
41 42
	select PPC_UDBG_16550
	select PPC_INDIRECT_PCI
A
Andy Fleming 已提交
43
	default y if MPC8540_ADS || MPC85xx_CDS
44

45 46
config MPC8560
	bool
47
	select CPM2
48 49
	default y if MPC8560_ADS

50 51 52
config MPC85xx
	bool
	select PPC_UDBG_16550
53
	select PPC_INDIRECT_PCI if PCI
54
	select MPIC
55
	select FSL_PCI if PCI
56
	select SERIAL_8250_SHARE_IRQ if SERIAL_8250
57 58
	default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
		|| MPC85xx_MDS || MPC8544_DS