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 OBS600 49 bool "OpenBlockS 600" 50 depends on 40x 51 select 405EX 52 select PPC40x_SIMPLE 53 help 54 This option enables support for PlatHome OpenBlockS 600 server 55 56config PPC40x_SIMPLE 57 bool "Simple PowerPC 40x board support" 58 depends on 40x 59 help 60 This option enables the simple PowerPC 40x platform support. 61 62config 405GP 63 bool 64 select IBM405_ERR77 65 select IBM405_ERR51 66 select IBM_EMAC_ZMII if IBM_EMAC 67 68config 405EX 69 bool 70 select IBM_EMAC_EMAC4 if IBM_EMAC 71 select IBM_EMAC_RGMII if IBM_EMAC 72 73config 405EZ 74 bool 75 select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC 76 select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC 77 select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC 78 79config PPC4xx_GPIO 80 bool "PPC4xx GPIO support" 81 depends on 40x 82 select GPIOLIB 83 help 84 Enable gpiolib support for ppc40x based boards 85 86# 40x errata/workaround config symbols, selected by the CPU models above 87 88# All 405-based cores up until the 405GPR and 405EP have this errata. 89config IBM405_ERR77 90 bool 91 92# All 40x-based cores, up until the 405GPR and 405EP have this errata. 93config IBM405_ERR51 94 bool 95 96config APM8018X 97 bool "APM8018X" 98 depends on 40x 99 select PPC40x_SIMPLE 100 help 101 This option enables support for the AppliedMicro APM8018X evaluation 102 board. 103