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
config MPC85xx_CDS
	bool "Freescale MPC85xx CDS"
	select DEFAULT_UIMAGE
21
	select PPC_I8259
A
Andy Fleming 已提交
22 23 24
	help
	  This option enables support for the MPC85xx CDS board

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

32 33
config MPC8544_DS
	bool "Freescale MPC8544 DS"
34
	select PPC_I8259
35
	select DEFAULT_UIMAGE
36
	select FSL_ULI1575
37 38 39
	help
	  This option enables support for the MPC8544 DS board

40 41 42 43
endchoice

config MPC8540
	bool
44 45
	select PPC_UDBG_16550
	select PPC_INDIRECT_PCI
A
Andy Fleming 已提交
46
	default y if MPC8540_ADS || MPC85xx_CDS
47

48 49
config MPC8560
	bool
50
	select CPM2
51 52
	default y if MPC8560_ADS

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