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
	select ARCH_REQUIRE_GPIOLIB
41
	select GE_FPGA
42
	help
43
	  This option enables support for the GE PPC9A.
44

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

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

64 65 66 67 68
config MVME7100
        bool "Artesyn MVME7100"
        help
          This option enables support for the Emerson/Artesyn MVME7100 board.

69
endif
70 71 72

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

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