Kconfig 622 字节
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 20
config MPC85xx_CDS
	bool "Freescale MPC85xx CDS"
	select DEFAULT_UIMAGE
	select PPC_I8259 if PCI
	help
	  This option enables support for the MPC85xx CDS board

21 22 23 24
endchoice

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

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

34
config MPIC
35 36 37 38
	bool
	default y

endmenu