diff options
author | Igor Plyatov <plyatov@gmail.com> | 2011-01-14 13:01:13 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-01-14 13:49:04 -0500 |
commit | fcdc2ea76d266e06fc95a364d0e547ca44e3890b (patch) | |
tree | 4ecf279f396dce9ba663455cd9916efd8d98638a /arch/arm/mach-at91/Kconfig | |
parent | 0fb55d3bb73c7d20b39658e65debd7331c223035 (diff) |
AT91: Support for gsia18s board
The GS_IA18_S (GMS) is a carrier board from GeoSIG Ltd used with the
Stamp9G20 SoM from Taskit company.
It operate as an internet accelerometer.
Signed-off-by: Igor Plyatov <plyatov@gmail.com>
[nicolas.ferre@atmel.com: rm Kconfig, whitespace fixes, change machine name]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 06fb66d53203..19390231a0e9 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig | |||
@@ -387,6 +387,13 @@ config MACH_PCONTROL_G20 | |||
387 | Select this if you are using taskit's Stamp9G20 CPU module on this | 387 | Select this if you are using taskit's Stamp9G20 CPU module on this |
388 | carrier board, beeing the decentralized unit of a building automation | 388 | carrier board, beeing the decentralized unit of a building automation |
389 | system; featuring nvram, eth-switch, iso-rs485, display, io | 389 | system; featuring nvram, eth-switch, iso-rs485, display, io |
390 | |||
391 | config MACH_GSIA18S | ||
392 | bool "GS_IA18_S board" | ||
393 | help | ||
394 | This enables support for the GS_IA18_S board | ||
395 | produced by GeoSIG Ltd company. This is an internet accelerograph. | ||
396 | <http://www.geosig.com> | ||
390 | endif | 397 | endif |
391 | 398 | ||
392 | if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) | 399 | if (ARCH_AT91SAM9260 || ARCH_AT91SAM9G20) |