diff options
author | Kirill A. Shutemov <kirill.shutemov@linux.intel.com> | 2012-10-22 11:57:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-17 14:15:41 +0400 |
commit | 69bcd3bf40228239db91b075f56f9ba511f0bfe1 (patch) | |
tree | 94f4787f8302442a7cb3c9c03a633d5af606e52d /drivers/iio/common/hid-sensors/Kconfig | |
parent | acf1cf6a1c0966ef64a73083ca985605a12b032d (diff) | |
download | linux-69bcd3bf40228239db91b075f56f9ba511f0bfe1.tar.xz |
iio: hid-sensors: convert HID_SENSOR_ENUM_BASE_QUIRKS to bool
It's non-sense to use tristate for the option, it's bool.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/common/hid-sensors/Kconfig')
-rw-r--r-- | drivers/iio/common/hid-sensors/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/common/hid-sensors/Kconfig b/drivers/iio/common/hid-sensors/Kconfig index 8e63d81d652a..ae10778da7aa 100644 --- a/drivers/iio/common/hid-sensors/Kconfig +++ b/drivers/iio/common/hid-sensors/Kconfig @@ -15,7 +15,7 @@ config HID_SENSOR_IIO_COMMON attributes. config HID_SENSOR_ENUM_BASE_QUIRKS - tristate "ENUM base quirks for HID Sensor IIO drivers" + bool "ENUM base quirks for HID Sensor IIO drivers" depends on HID_SENSOR_IIO_COMMON help Say yes here to build support for sensor hub FW using |