diff options
author | Azael Avalos <coproscefalo@gmail.com> | 2016-06-28 03:48:08 +0200 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-06-29 07:17:51 +0200 |
commit | 98010f1ea0ccd9a0e56bdb4e2cf913b72db0f939 (patch) | |
tree | 26ab0339d0686a3f17275e554990f01e5c385a27 /drivers/platform/x86/Kconfig | |
parent | dell-wmi: Add a WMI event code for display on/off (diff) | |
download | linux-98010f1ea0ccd9a0e56bdb4e2cf913b72db0f939.tar.xz linux-98010f1ea0ccd9a0e56bdb4e2cf913b72db0f939.zip |
toshiba_acpi: Add IIO interface for accelerometer axis data
This patch adds the accelerometer axis data to the IIO subsystem.
Currently reporting the X, Y and Z values, as no other data can be
queried given the fact that the accelerometer chip itself is hidden
behind the Toshiba proprietary interface.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c06bb85c2839..633fc5c191fc 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -669,6 +669,7 @@ config ACPI_TOSHIBA depends on SERIO_I8042 || SERIO_I8042 = n depends on ACPI_VIDEO || ACPI_VIDEO = n depends on RFKILL || RFKILL = n + depends on IIO select INPUT_POLLDEV select INPUT_SPARSEKMAP ---help--- |