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 36 37 38
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8544 DS board

39 40 41 42
endchoice

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

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

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