Kconfig 597 字节
Newer Older
1 2
menu "Platform support"
	depends on PPC_85xx
3 4 5 6 7 8 9

choice
	prompt "Machine Type"
	default MPC8540_ADS

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

A
Andy Fleming 已提交
14 15 16 17 18 19
config MPC85xx_CDS
	bool "Freescale MPC85xx CDS"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC85xx CDS board

20 21 22 23
endchoice

config MPC8540
	bool
24 25
	select PPC_UDBG_16550
	select PPC_INDIRECT_PCI
A
Andy Fleming 已提交
26
	default y if MPC8540_ADS || MPC85xx_CDS
27

28
config PPC_INDIRECT_PCI_BE
29
	bool
30
	depends on PPC_85xx
31 32
	default y

33
config MPIC
34 35 36 37
	bool
	default y

endmenu