diff options
author | Robert Gerlach <khnz@gmx.de> | 2012-01-18 08:26:22 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-03-12 09:57:52 -0400 |
commit | 2d24c49080afdb80816f6cedaef0e3999f344c4b (patch) | |
tree | eca117e9f9b9a2801f52600fd88795b5f3b29669 /drivers/platform/x86/Kconfig | |
parent | c215ab9a7530d415707430de8d51a58ca6a41808 (diff) |
Fujitsu tablet extras driver
This patch adds support for some of the devices within a wide variety
of Fujitsu Tablet Computers, both convertibles and slates. Primarily
it allows for the automatic detection of the tablet/notebook mode for
convertible tablet pc's, and orientation for docked slates. It also
adds support for the application panel buttons usually found next to
the tablet screen, and docking station detection for slates.
Signed-off-by: Robert Gerlach <khnz@gmx.de>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c405b278e349..15dbd8cc445f 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -143,6 +143,23 @@ 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 | ||
146 | config FUJITSU_TABLET | ||
147 | tristate "Fujitsu Tablet Extras" | ||
148 | depends on ACPI | ||
149 | depends on INPUT | ||
150 | ---help--- | ||
151 | This is a driver for tablets built by Fujitsu: | ||
152 | |||
153 | * Lifebook P1510/P1610/P1620/Txxxx | ||
154 | * Stylistic ST5xxx | ||
155 | * Possibly other Fujitsu tablet models | ||
156 | |||
157 | It adds support for the panel buttons, docking station detection, | ||
158 | tablet/notebook mode detection for convertible and | ||
159 | orientation detection for docked slates. | ||
160 | |||
161 | If you have a Fujitsu convertible or slate, say Y or M here. | ||
162 | |||
146 | config AMILO_RFKILL | 163 | config AMILO_RFKILL |
147 | tristate "Fujitsu-Siemens Amilo rfkill support" | 164 | tristate "Fujitsu-Siemens Amilo rfkill support" |
148 | depends on RFKILL | 165 | depends on RFKILL |