Kconfig 786 字节
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
	select HAS_RAPIDIO
12 13 14
	help
	  This option enables support for the MPC8641 HPCN board.

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

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

27 28 29 30
endchoice

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

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