aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-11-24 23:09:37 -0500
committerMatthew Garrett <mjg@redhat.com>2012-03-12 09:56:47 -0400
commitc215ab9a7530d415707430de8d51a58ca6a41808 (patch)
tree4e0d3e1fd2871c3a32d50e86435dd2d2be5c2846 /drivers/platform/x86/Kconfig
parentfde7d9049e55ab85a390be7f415d74c9f62dd0f9 (diff)
x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops
An rfkill driver based on the fsaa1655g and fsam7440 drivers for Fujitsu-Siemens Amilo A1655 and M7440 models found at: http://sourceforge.net/projects/fsaa1655g/ http://sourceforge.net/projects/fsam7440/ This adds DMI matching, replaces the procfs files with rfkill devices, and uses the proper functions to write to the i8042 safely. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index f995e6e2f78..c405b278e34 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -143,6 +143,13 @@ config FUJITSU_LAPTOP_DEBUG
143 143
144 If you are not sure, say N here. 144 If you are not sure, say N here.
145 145
146config AMILO_RFKILL
147 tristate "Fujitsu-Siemens Amilo rfkill support"
148 depends on RFKILL
149 ---help---
150 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
151 laptops.
152
146config TC1100_WMI 153config TC1100_WMI
147 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" 154 tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
148 depends on !X86_64 155 depends on !X86_64