Kconfig 621 字节
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 MPC8610_HPCD
	bool "Freescale MPC8610 HPCD"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8610 HPCD board.

20 21 22 23
endchoice

config MPC8641
	bool
24
	select FSL_PCI if PCI
25
	select PPC_UDBG_16550
26
	select MPIC
27
	default y if MPC8641_HPCN
28 29 30 31 32 33 34

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