Kconfig 766 字节
Newer Older
1
choice
2
	prompt "86xx Board Type"
3
	depends on PPC_86xx
4 5 6 7
	default MPC8641_HPCN

config MPC8641_HPCN
	bool "Freescale MPC8641 HPCN"
8
	select PPC_I8259
9
	select DEFAULT_UIMAGE
10
	select FSL_ULI1575
11 12 13
	help
	  This option enables support for the MPC8641 HPCN board.

14 15 16 17 18 19
config SBC8641D
	bool "Wind River SBC8641D"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the WRS SBC8641D board.

20 21 22 23 24 25
config MPC8610_HPCD
	bool "Freescale MPC8610 HPCD"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8610 HPCD board.

26 27 28 29
endchoice

config MPC8641
	bool
30
	select FSL_PCI if PCI
31
	select PPC_UDBG_16550
32
	select MPIC
33
	default y if MPC8641_HPCN || SBC8641D
34 35 36 37 38 39 40

config MPC8610
	bool
	select FSL_PCI if PCI
	select PPC_UDBG_16550
	select MPIC
	default y if MPC8610_HPCD