aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorPhilip A. Prindeville <philipp@redfish-solutions.com>2012-01-14 03:45:39 -0500
committerMatthew Garrett <mjg@redhat.com>2012-03-20 12:02:23 -0400
commit3197059af0762c191af23c0ce3fd6f8311c564e7 (patch)
tree2b7470ef386d6006261a7fe2132d2a61e073639f /arch/x86/Kconfig
parent592b746c55b63770da25148ea3b56ed463a596b2 (diff)
geos: Platform driver for Geos and Geos2 single-board computers.
Trivial platform driver for Traverse Technologies Geos and Geos2 single-board computers. Uses SMBIOS to identify platform. Based on progressive revisions of the leds-net5501 driver that was rewritten by Ed Wildgoose as a platform driver. Supports GPIO-based LEDs (3) and 1 polled button which is typically used for a soft reset. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Ed Wildgoose <ed@wildgooses.com> Acked-by: Andres Salomon <dilinger@queued.net> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5bed94e189fa..3a38c4c1d359 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2133,6 +2133,13 @@ config ALIX
2133 2133
2134 Note: You have to set alix.force=1 for boards with Award BIOS. 2134 Note: You have to set alix.force=1 for boards with Award BIOS.
2135 2135
2136config GEOS
2137 bool "Traverse Technologies GEOS System Support (LEDS, GPIO, etc)"
2138 select GPIOLIB
2139 depends on DMI
2140 ---help---
2141 This option enables system support for the Traverse Technologies GEOS.
2142
2136endif # X86_32 2143endif # X86_32
2137 2144
2138config AMD_NB 2145config AMD_NB