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
config MPC8544_DS
	bool "Freescale MPC8544 DS"
33
	select PPC_I8259
34 35 36 37
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8544 DS board

38 39 40 41
endchoice

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

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

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