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 72# OAK doesn't exist but wanted to keep this around for any future 403GCX boards 73config 403GCX 74 bool 75 #depends on OAK 76 select IBM405_ERR51 77 78config 405GP 79 bool 80 select IBM405_ERR77 81 select IBM405_ERR51 82 select IBM_EMAC_ZMII if IBM_EMAC 83 84config 405EX 85 bool 86 select IBM_EMAC_EMAC4 if IBM_EMAC 87 select IBM_EMAC_RGMII if IBM_EMAC 88 89config 405EZ 90 bool 91 select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC 92 select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC 93 select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC 94 95config STB03xxx 96 bool 97 select IBM405_ERR77 98 select IBM405_ERR51 99 100config PPC4xx_GPIO 101 bool "PPC4xx GPIO support" 102 depends on 40x 103 select GPIOLIB 104 help 105 Enable gpiolib support for ppc40x based boards 106 107# 40x errata/workaround config symbols, selected by the CPU models above 108 109# All 405-based cores up until the 405GPR and 405EP have this errata. 110config IBM405_ERR77 111 bool 112 113# All 40x-based cores, up until the 405GPR and 405EP have this errata. 114config IBM405_ERR51 115 bool 116 117config APM8018X 118 bool "APM8018X" 119 depends on 40x 120 select PPC40x_SIMPLE 121 help 122 This option enables support for the AppliedMicro APM8018X evaluation 123 board. 124