Kconfig 946 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
config PPC_86xx
menuconfig PPC_86xx
	bool "86xx-based boards"
	depends on 6xx && PPC_MULTIPLATFORM
	select FSL_SOC
	select ALTIVEC
	help
	  The Freescale E600 SoCs have 74xx cores.

if PPC_86xx
11 12 13

config MPC8641_HPCN
	bool "Freescale MPC8641 HPCN"
14
	select PPC_I8259
15
	select DEFAULT_UIMAGE
16
	select FSL_ULI1575
17
	select HAS_RAPIDIO
18 19 20
	help
	  This option enables support for the MPC8641 HPCN board.

21 22 23 24 25 26
config SBC8641D
	bool "Wind River SBC8641D"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the WRS SBC8641D board.

27 28 29 30 31 32
config MPC8610_HPCD
	bool "Freescale MPC8610 HPCD"
	select DEFAULT_UIMAGE
	help
	  This option enables support for the MPC8610 HPCD board.

33
endif
34 35 36

config MPC8641
	bool
J
John Rigby 已提交
37
	select PPC_PCI_CHOICE
38
	select FSL_PCI if PCI
39
	select PPC_UDBG_16550
40
	select MPIC
41
	default y if MPC8641_HPCN || SBC8641D
42 43 44

config MPC8610
	bool
J
John Rigby 已提交
45
	select PPC_PCI_CHOICE
46 47 48 49
	select FSL_PCI if PCI
	select PPC_UDBG_16550
	select MPIC
	default y if MPC8610_HPCD