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

choice
	prompt "Machine Type"
	default MPC8540_ADS

config MPC8540_ADS
	bool "Freescale MPC8540 ADS"
	help
11
	  This option enables support for the MPC 8540 ADS board
12 13 14 15 16

endchoice

config MPC8540
	bool
17 18 19
	select PPC_UDBG_16550
	select PPC_INDIRECT_PCI
	default y if MPC8540_ADS
20

21
config PPC_INDIRECT_PCI_BE
22
	bool
23
	depends on PPC_85xx
24 25
	default y

26
config MPIC
27 28 29 30
	bool
	default y

endmenu