Kconfig 3.2 KB
Newer Older
1 2 3 4 5 6 7 8 9
config ACADIA
	bool "Acadia"
	depends on 40x
	default n
	select PPC40x_SIMPLE
	select 405EZ
	help
	  This option enables support for the AMCC 405EZ Acadia evaluation board.

10 11 12 13 14 15 16 17
config EP405
	bool "EP405/EP405PC"
	depends on 40x
	default n
	select 405GP
	select PCI
	help
	  This option enables support for the EP405/EP405PC boards.
18

19 20 21 22 23 24 25 26 27
config HOTFOOT
        bool "Hotfoot"
	depends on 40x
	default n
	select PPC40x_SIMPLE
	select PCI
        help
	 This option enables support for the ESTEEM 195E Hotfoot board.

28 29 30 31
config KILAUEA
	bool "Kilauea"
	depends on 40x
	default n
32
	select 405EX
33
	select PPC40x_SIMPLE
34
	select PPC4xx_PCI_EXPRESS
35 36
	select PCI_MSI
	select PPC4xx_MSI
37 38 39
	help
	  This option enables support for the AMCC PPC405EX evaluation board.

40 41 42 43 44 45 46
config MAKALU
	bool "Makalu"
	depends on 40x
	default n
	select 405EX
	select PCI
	select PPC4xx_PCI_EXPRESS
47
	select PPC40x_SIMPLE
48 49 50
	help
	  This option enables support for the AMCC PPC405EX board.

J
Josh Boyer 已提交
51 52 53 54 55
config WALNUT
	bool "Walnut"
	depends on 40x
	default y
	select 405GP
56
	select PCI
J
Josh Boyer 已提交
57
	select OF_RTC
J
Josh Boyer 已提交
58 59
	help
	  This option enables support for the IBM PPC405GP evaluation board.
60

61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
config XILINX_VIRTEX_GENERIC_BOARD
	bool "Generic Xilinx Virtex board"
	depends on 40x
	default n
	select XILINX_VIRTEX_II_PRO
	select XILINX_VIRTEX_4_FX
	help
	  This option enables generic support for Xilinx Virtex based boards.

	  The generic virtex board support matches any device tree which
	  specifies 'xilinx,virtex' in its compatible field.  This includes
	  the Xilinx ML3xx and ML4xx reference designs using the powerpc
	  core.

	  Most Virtex designs should use this unless it needs to do some
	  special configuration at board probe time.
77

78 79 80 81 82 83 84 85 86 87
config OBS600
	bool "OpenBlockS 600"
	depends on 40x
	default n
	select 405EX
	select PPC40x_SIMPLE
	help
	  This option enables support for PlatHome OpenBlockS 600 server


88 89 90 91 92 93 94
config PPC40x_SIMPLE
	bool "Simple PowerPC 40x board support"
	depends on 40x
	default n
	help
	  This option enables the simple PowerPC 40x platform support.

95 96
# OAK doesn't exist but wanted to keep this around for any future 403GCX boards
config 403GCX
97
	bool
98 99
	#depends on OAK
	select IBM405_ERR51
100

101
config 405GP
102
	bool
103 104
	select IBM405_ERR77
	select IBM405_ERR51
105
	select IBM_EMAC_ZMII
106

107 108
config 405EX
	bool
109 110
	select IBM_EMAC_EMAC4
	select IBM_EMAC_RGMII
111

112 113
config 405EZ
	bool
114 115 116
	select IBM_EMAC_NO_FLOW_CTRL
	select IBM_EMAC_MAL_CLR_ICINTSTAT
	select IBM_EMAC_MAL_COMMON_ERR
117

118
config XILINX_VIRTEX
119
	bool
120
	select DEFAULT_UIMAGE
121 122 123 124

config XILINX_VIRTEX_II_PRO
	bool
	select XILINX_VIRTEX
125 126
	select IBM405_ERR77
	select IBM405_ERR51
127

128 129 130 131
config XILINX_VIRTEX_4_FX
	bool
	select XILINX_VIRTEX

132
config STB03xxx
133
	bool
134 135
	select IBM405_ERR77
	select IBM405_ERR51
136

137 138 139 140 141 142 143 144
config PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on 40x
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_GPIO
	help
	  Enable gpiolib support for ppc40x based boards

145
# 40x errata/workaround config symbols, selected by the CPU models above
146 147 148 149 150 151 152 153 154

# All 405-based cores up until the 405GPR and 405EP have this errata.
config IBM405_ERR77
	bool

# All 40x-based cores, up until the 405GPR and 405EP have this errata.
config IBM405_ERR51
	bool

155 156 157 158 159 160 161 162
config APM8018X
	bool "APM8018X"
	depends on 40x
	default n
	select PPC40x_SIMPLE
	help
	  This option enables support for the AppliedMicro APM8018X evaluation
	  board.