xref: /openbmc/linux/arch/powerpc/platforms/40x/Kconfig (revision 1b5c0967)
1# SPDX-License-Identifier: GPL-2.0
2config ACADIA
3	bool "Acadia"
4	depends on 40x
5	select PPC40x_SIMPLE
6	select 405EZ
7	help
8	  This option enables support for the AMCC 405EZ Acadia evaluation board.
9
10config EP405
11	bool "EP405/EP405PC"
12	depends on 40x
13	select 405GP
14	select FORCE_PCI
15	help
16	  This option enables support for the EP405/EP405PC boards.
17
18config HOTFOOT
19	bool "Hotfoot"
20	depends on 40x
21	select PPC40x_SIMPLE
22	select FORCE_PCI
23	help
24	  This option enables support for the ESTEEM 195E Hotfoot board.
25
26config KILAUEA
27	bool "Kilauea"
28	depends on 40x
29	select 405EX
30	select PPC40x_SIMPLE
31	select PPC4xx_PCI_EXPRESS
32	select FORCE_PCI
33	select PCI_MSI
34	select PPC4xx_MSI
35	help
36	  This option enables support for the AMCC PPC405EX evaluation board.
37
38config MAKALU
39	bool "Makalu"
40	depends on 40x
41	select 405EX
42	select FORCE_PCI
43	select PPC4xx_PCI_EXPRESS
44	select PPC40x_SIMPLE
45	help
46	  This option enables support for the AMCC PPC405EX board.
47
48config WALNUT
49	bool "Walnut"
50	depends on 40x
51	default y
52	select 405GP
53	select FORCE_PCI
54	select OF_RTC
55	help
56	  This option enables support for the IBM PPC405GP evaluation board.
57
58config OBS600
59	bool "OpenBlockS 600"
60	depends on 40x
61	select 405EX
62	select PPC40x_SIMPLE
63	help
64	  This option enables support for PlatHome OpenBlockS 600 server
65
66config PPC40x_SIMPLE
67	bool "Simple PowerPC 40x board support"
68	depends on 40x
69	help
70	  This option enables the simple PowerPC 40x platform support.
71
72config 405GP
73	bool
74	select IBM405_ERR77
75	select IBM405_ERR51
76	select IBM_EMAC_ZMII if IBM_EMAC
77
78config 405EX
79	bool
80	select IBM_EMAC_EMAC4 if IBM_EMAC
81	select IBM_EMAC_RGMII if IBM_EMAC
82
83config 405EZ
84	bool
85	select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC
86	select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC
87	select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC
88
89config STB03xxx
90	bool
91	select IBM405_ERR77
92	select IBM405_ERR51
93
94config PPC4xx_GPIO
95	bool "PPC4xx GPIO support"
96	depends on 40x
97	select GPIOLIB
98	help
99	  Enable gpiolib support for ppc40x based boards
100
101# 40x errata/workaround config symbols, selected by the CPU models above
102
103# All 405-based cores up until the 405GPR and 405EP have this errata.
104config IBM405_ERR77
105	bool
106
107# All 40x-based cores, up until the 405GPR and 405EP have this errata.
108config IBM405_ERR51
109	bool
110
111config APM8018X
112	bool "APM8018X"
113	depends on 40x
114	select PPC40x_SIMPLE
115	help
116	  This option enables support for the AppliedMicro APM8018X evaluation
117	  board.
118