diff options
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 22484670e7b..04a85c546ab 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -182,6 +182,11 @@ config MACH_ECO920 | |||
182 | help | 182 | help |
183 | Select this if you are using the eco920 board | 183 | Select this if you are using the eco920 board |
184 | 184 | ||
185 | config MACH_RSI_EWS | ||
186 | bool "RSI Embedded Webserver" | ||
187 | depends on ARCH_AT91RM9200 | ||
188 | help | ||
189 | Select this if you are using RSIs EWS board. | ||
185 | endif | 190 | endif |
186 | 191 | ||
187 | # ---------------------------------------------------------- | 192 | # ---------------------------------------------------------- |
@@ -381,6 +386,14 @@ config MACH_GSIA18S | |||
381 | This enables support for the GS_IA18_S board | 386 | This enables support for the GS_IA18_S board |
382 | produced by GeoSIG Ltd company. This is an internet accelerograph. | 387 | produced by GeoSIG Ltd company. This is an internet accelerograph. |
383 | <http://www.geosig.com> | 388 | <http://www.geosig.com> |
389 | |||
390 | config MACH_USB_A9G20 | ||
391 | bool "CALAO USB-A9G20" | ||
392 | depends on ARCH_AT91SAM9G20 | ||
393 | help | ||
394 | Select this if you are using a Calao Systems USB-A9G20. | ||
395 | <http://www.calao-systems.com> | ||
396 | |||
384 | endif | 397 | endif |
385 | 398 | ||
386 | if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) | 399 | if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) |