linux/arch/arm/mach-ep93xx/Kconfig
<<
>>
Prefs
   1if ARCH_EP93XX
   2
   3menu "Cirrus EP93xx Implementation Options"
   4
   5config EP93XX_SOC_COMMON
   6        bool
   7        default y
   8        select SOC_BUS
   9        select LEDS_GPIO_REGISTER
  10
  11config CRUNCH
  12        bool "Support for MaverickCrunch"
  13        help
  14          Enable kernel support for MaverickCrunch.
  15
  16comment "EP93xx Platforms"
  17
  18config MACH_ADSSPHERE
  19        bool "Support ADS Sphere"
  20        help
  21          Say 'Y' here if you want your kernel to support the ADS
  22          Sphere board.
  23
  24config MACH_EDB93XX
  25        bool
  26
  27config MACH_EDB9301
  28        bool "Support Cirrus Logic EDB9301"
  29        select MACH_EDB93XX
  30        help
  31          Say 'Y' here if you want your kernel to support the Cirrus
  32          Logic EDB9301 Evaluation Board.
  33
  34config MACH_EDB9302
  35        bool "Support Cirrus Logic EDB9302"
  36        select MACH_EDB93XX
  37        help
  38          Say 'Y' here if you want your kernel to support the Cirrus
  39          Logic EDB9302 Evaluation Board.
  40
  41config MACH_EDB9302A
  42        bool "Support Cirrus Logic EDB9302A"
  43        select MACH_EDB93XX
  44        help
  45          Say 'Y' here if you want your kernel to support the Cirrus
  46          Logic EDB9302A Evaluation Board.
  47
  48config MACH_EDB9307
  49        bool "Support Cirrus Logic EDB9307"
  50        select MACH_EDB93XX
  51        help
  52          Say 'Y' here if you want your kernel to support the Cirrus
  53          Logic EDB9307 Evaluation Board.
  54
  55config MACH_EDB9307A
  56        bool "Support Cirrus Logic EDB9307A"
  57        select MACH_EDB93XX
  58        help
  59          Say 'Y' here if you want your kernel to support the Cirrus
  60          Logic EDB9307A Evaluation Board.
  61
  62config MACH_EDB9312
  63        bool "Support Cirrus Logic EDB9312"
  64        select MACH_EDB93XX
  65        help
  66          Say 'Y' here if you want your kernel to support the Cirrus
  67          Logic EDB9312 Evaluation Board.
  68
  69config MACH_EDB9315
  70        bool "Support Cirrus Logic EDB9315"
  71        select MACH_EDB93XX
  72        help
  73          Say 'Y' here if you want your kernel to support the Cirrus
  74          Logic EDB9315 Evaluation Board.
  75
  76config MACH_EDB9315A
  77        bool "Support Cirrus Logic EDB9315A"
  78        select MACH_EDB93XX
  79        help
  80          Say 'Y' here if you want your kernel to support the Cirrus
  81          Logic EDB9315A Evaluation Board.
  82
  83config MACH_GESBC9312
  84        bool "Support Glomation GESBC-9312-sx"
  85        help
  86          Say 'Y' here if you want your kernel to support the Glomation
  87          GESBC-9312-sx board.
  88
  89config MACH_MICRO9
  90        bool
  91
  92config MACH_MICRO9H
  93        bool "Support Contec Micro9-High"
  94        select MACH_MICRO9
  95        help
  96          Say 'Y' here if you want your kernel to support the
  97          Contec Micro9-High board.
  98
  99config MACH_MICRO9M
 100        bool "Support Contec Micro9-Mid"
 101        select MACH_MICRO9
 102        help
 103          Say 'Y' here if you want your kernel to support the
 104          Contec Micro9-Mid board.
 105
 106config MACH_MICRO9L
 107        bool "Support Contec Micro9-Lite"
 108        select MACH_MICRO9
 109        help
 110          Say 'Y' here if you want your kernel to support the
 111          Contec Micro9-Lite board.
 112
 113config MACH_MICRO9S
 114        bool "Support Contec Micro9-Slim"
 115        select MACH_MICRO9
 116        help
 117          Say 'Y' here if you want your kernel to support the
 118          Contec Micro9-Slim board.
 119
 120config MACH_SIM_ONE
 121        bool "Support Simplemachines Sim.One board"
 122        help
 123          Say 'Y' here if you want your kernel to support the
 124          Simplemachines Sim.One board.
 125
 126config MACH_SNAPPER_CL15
 127        bool "Support Bluewater Systems Snapper CL15 Module"
 128        help
 129          Say 'Y' here if you want your kernel to support the Bluewater
 130          Systems Snapper CL15 Module.
 131
 132config MACH_TS72XX
 133        bool "Support Technologic Systems TS-72xx SBC"
 134        help
 135          Say 'Y' here if you want your kernel to support the
 136          Technologic Systems TS-72xx board.
 137
 138config MACH_VISION_EP9307
 139        bool "Support Vision Engraving Systems EP9307 SoM"
 140        help
 141          Say 'Y' here if you want your kernel to support the
 142          Vision Engraving Systems EP9307 SoM.
 143
 144endmenu
 145
 146endif
 147