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 HOTFOOT 11 bool "Hotfoot" 12 depends on 40x 13 select PPC40x_SIMPLE 14 select FORCE_PCI 15 help 16 This option enables support for the ESTEEM 195E Hotfoot board. 17 18config KILAUEA 19 bool "Kilauea" 20 depends on 40x 21 select 405EX 22 select PPC40x_SIMPLE 23 select PPC4xx_PCI_EXPRESS 24 select FORCE_PCI 25 select PCI_MSI 26 select PPC4xx_MSI 27 help 28 This option enables support for the AMCC PPC405EX evaluation board. 29 30config MAKALU 31 bool "Makalu" 32 depends on 40x 33 select 405EX 34 select FORCE_PCI 35 select PPC4xx_PCI_EXPRESS 36 select PPC40x_SIMPLE 37 help 38 This option enables support for the AMCC PPC405EX board. 39 40config OBS600 41 bool "OpenBlockS 600" 42 depends on 40x 43 select 405EX 44 select PPC40x_SIMPLE 45 help 46 This option enables support for PlatHome OpenBlockS 600 server 47 48config PPC40x_SIMPLE 49 bool "Simple PowerPC 40x board support" 50 depends on 40x 51 help 52 This option enables the simple PowerPC 40x platform support. 53 54config 405EX 55 bool 56 select IBM_EMAC_EMAC4 if IBM_EMAC 57 select IBM_EMAC_RGMII if IBM_EMAC 58 59config 405EZ 60 bool 61 select IBM_EMAC_NO_FLOW_CTRL if IBM_EMAC 62 select IBM_EMAC_MAL_CLR_ICINTSTAT if IBM_EMAC 63 select IBM_EMAC_MAL_COMMON_ERR if IBM_EMAC 64 65config PPC4xx_GPIO 66 bool "PPC4xx GPIO support" 67 depends on 40x 68 select GPIOLIB 69 help 70 Enable gpiolib support for ppc40x based boards 71 72config APM8018X 73 bool "APM8018X" 74 depends on 40x 75 select PPC40x_SIMPLE 76 help 77 This option enables support for the AppliedMicro APM8018X evaluation 78 board. 79