Kconfig 446 字节
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 14 15 16 17

endchoice

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

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

27
config MPIC
28 29 30 31
	bool
	default y

endmenu