aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2013-01-04 16:18:14 -0500
committerIngo Molnar <mingo@kernel.org>2013-01-25 13:40:23 -0500
commit7d0291256ca99cbb6124f63228003329e7a64b21 (patch)
tree4223240a76b91bc8cd56dc491a7e9669179fa109 /arch/x86/Kconfig
parent479a99a8e510c8839e0d3d3de8391f8bc61b9760 (diff)
x86: Add TS-5500 platform support
The Technologic Systems TS-5500 is an x86-based (AMD Elan SC520) single board computer. This driver registers most of its devices and exposes sysfs attributes for information such as jumpers' state or presence of some of its options. This driver currently registers the TS-5500 platform, its on-board LED, 2 pin blocks (GPIO) and its analog/digital converter. It can be extended to support other Technologic Systems products, such as the TS-5600. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Cc: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com> Link: http://lkml.kernel.org/r/1357334294-12760-1-git-send-email-vivien.didelot@savoirfairelinux.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 46fb28c93f76..0709e34ce8f9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2199,6 +2199,15 @@ config GEOS
2199 ---help--- 2199 ---help---
2200 This option enables system support for the Traverse Technologies GEOS. 2200 This option enables system support for the Traverse Technologies GEOS.
2201 2201
2202config TS5500
2203 bool "Technologic Systems TS-5500 platform support"
2204 depends on MELAN
2205 select CHECK_SIGNATURE
2206 select NEW_LEDS
2207 select LEDS_CLASS
2208 ---help---
2209 This option enables system support for the Technologic Systems TS-5500.
2210
2202endif # X86_32 2211endif # X86_32
2203 2212
2204config AMD_NB 2213config AMD_NB