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

if PPC_86xx
12 13 14

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

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

29 30 31
config MPC8610_HPCD
	bool "Freescale MPC8610 HPCD"
	select DEFAULT_UIMAGE
32
	select FSL_ULI1575 if PCI
33 34 35
	help
	  This option enables support for the MPC8610 HPCD board.

36
config GEF_PPC9A
37
	bool "GE PPC9A"
38
	select DEFAULT_UIMAGE
39
	select MMIO_NVRAM
40 41
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
42
	select GE_FPGA
43
	help
44
	  This option enables support for the GE PPC9A.
45

46
config GEF_SBC310
47
	bool "GE SBC310"
48
	select DEFAULT_UIMAGE
49
	select MMIO_NVRAM
50 51
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
52
	select GE_FPGA
53
	help
54
	  This option enables support for the GE SBC310.
55

56
config GEF_SBC610
57
	bool "GE SBC610"
58
	select DEFAULT_UIMAGE
59
	select MMIO_NVRAM
60 61
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
62
	select GE_FPGA
63 64
	select HAS_RAPIDIO
	help
65
	  This option enables support for the GE SBC610.
66

67 68 69 70
config GE_FPGA
	bool
	default n

71
endif
72 73 74

config MPC8641
	bool
J
John Rigby 已提交
75
	select PPC_PCI_CHOICE
76
	select FSL_PCI if PCI
77
	select PPC_UDBG_16550
78
	select MPIC
79
	default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
80 81 82

config MPC8610
	bool
J
John Rigby 已提交
83
	select PPC_PCI_CHOICE
84 85 86 87
	select FSL_PCI if PCI
	select PPC_UDBG_16550
	select MPIC
	default y if MPC8610_HPCD