linux/arch/powerpc/platforms/40x/Kconfig
<<
>>
Prefs
   1#config BUBINGA
   2#       bool "Bubinga"
   3#       depends on 40x
   4#       default n
   5#       select 405EP
   6#       help
   7#         This option enables support for the IBM 405EP evaluation board.
   8
   9#config CPCI405
  10#       bool "CPCI405"
  11#       depends on 40x
  12#       default n
  13#       select 405GP
  14#       help
  15#         This option enables support for the CPCI405 board.
  16
  17config ACADIA
  18        bool "Acadia"
  19        depends on 40x
  20        default n
  21        select PPC40x_SIMPLE
  22        select 405EZ
  23        help
  24          This option enables support for the AMCC 405EZ Acadia evaluation board.
  25
  26config EP405
  27        bool "EP405/EP405PC"
  28        depends on 40x
  29        default n
  30        select 405GP
  31        select PCI
  32        help
  33          This option enables support for the EP405/EP405PC boards.
  34
  35config HOTFOOT
  36        bool "Hotfoot"
  37        depends on 40x
  38        default n
  39        select 405EP
  40        select PPC40x_SIMPLE
  41        select PCI
  42        help
  43         This option enables support for the ESTEEM 195E Hotfoot board.
  44
  45config KILAUEA
  46        bool "Kilauea"
  47        depends on 40x
  48        default n
  49        select 405EX
  50        select PPC40x_SIMPLE
  51        select PPC4xx_PCI_EXPRESS
  52        select PCI_MSI
  53        select PPC4xx_MSI
  54        help
  55          This option enables support for the AMCC PPC405EX evaluation board.
  56
  57config MAKALU
  58        bool "Makalu"
  59        depends on 40x
  60        default n
  61        select 405EX
  62        select PCI
  63        select PPC4xx_PCI_EXPRESS
  64        select PPC40x_SIMPLE
  65        help
  66          This option enables support for the AMCC PPC405EX board.
  67
  68#config SYCAMORE
  69#       bool "Sycamore"
  70#       depends on 40x
  71#       default n
  72#       select 405GPR
  73#       help
  74#         This option enables support for the IBM PPC405GPr evaluation board.
  75
  76config WALNUT
  77        bool "Walnut"
  78        depends on 40x
  79        default y
  80        select 405GP
  81        select PCI
  82        select OF_RTC
  83        help
  84          This option enables support for the IBM PPC405GP evaluation board.
  85
  86config XILINX_VIRTEX_GENERIC_BOARD
  87        bool "Generic Xilinx Virtex board"
  88        depends on 40x
  89        default n
  90        select XILINX_VIRTEX_II_PRO
  91        select XILINX_VIRTEX_4_FX
  92        help
  93          This option enables generic support for Xilinx Virtex based boards.
  94
  95          The generic virtex board support matches any device tree which
  96          specifies 'xilinx,virtex' in its compatible field.  This includes
  97          the Xilinx ML3xx and ML4xx reference designs using the powerpc
  98          core.
  99
 100          Most Virtex designs should use this unless it needs to do some
 101          special configuration at board probe time.
 102
 103config PPC40x_SIMPLE
 104        bool "Simple PowerPC 40x board support"
 105        depends on 40x
 106        default n
 107        help
 108          This option enables the simple PowerPC 40x platform support.
 109
 110# OAK doesn't exist but wanted to keep this around for any future 403GCX boards
 111config 403GCX
 112        bool
 113        #depends on OAK
 114        select IBM405_ERR51
 115
 116config 405GP
 117        bool
 118        select IBM405_ERR77
 119        select IBM405_ERR51
 120        select IBM_EMAC_ZMII
 121
 122config 405EP
 123        bool
 124
 125config 405EX
 126        bool
 127        select IBM_EMAC_EMAC4
 128        select IBM_EMAC_RGMII
 129
 130config 405EZ
 131        bool
 132        select IBM_EMAC_NO_FLOW_CTRL
 133        select IBM_EMAC_MAL_CLR_ICINTSTAT
 134        select IBM_EMAC_MAL_COMMON_ERR
 135
 136config 405GPR
 137        bool
 138
 139config XILINX_VIRTEX
 140        bool
 141        select DEFAULT_UIMAGE
 142
 143config XILINX_VIRTEX_II_PRO
 144        bool
 145        select XILINX_VIRTEX
 146        select IBM405_ERR77
 147        select IBM405_ERR51
 148
 149config XILINX_VIRTEX_4_FX
 150        bool
 151        select XILINX_VIRTEX
 152
 153config STB03xxx
 154        bool
 155        select IBM405_ERR77
 156        select IBM405_ERR51
 157
 158config PPC4xx_GPIO
 159        bool "PPC4xx GPIO support"
 160        depends on 40x
 161        select ARCH_REQUIRE_GPIOLIB
 162        select GENERIC_GPIO
 163        help
 164          Enable gpiolib support for ppc40x based boards
 165
 166# 40x errata/workaround config symbols, selected by the CPU models above
 167
 168# All 405-based cores up until the 405GPR and 405EP have this errata.
 169config IBM405_ERR77
 170        bool
 171
 172# All 40x-based cores, up until the 405GPR and 405EP have this errata.
 173config IBM405_ERR51
 174        bool
 175
 176#config BIOS_FIXUP
 177#       bool
 178#       depends on BUBINGA || EP405 || SYCAMORE || WALNUT
 179#       default y
 180
 181#config PPC4xx_DMA
 182#       bool "PPC4xx DMA controller support"
 183#       depends on 4xx
 184
 185#config PPC4xx_EDMA
 186#       bool
 187#       depends on !STB03xxx && PPC4xx_DMA
 188#       default y
 189
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.