From 47a895f435cccb2cb14eb5d0c52d2f6d4d904907 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:03:24 -0500 Subject: Linux v5.8.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_SX9310 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_SX9310 (limited to 'configs/fedora/generic/CONFIG_SX9310') diff --git a/configs/fedora/generic/CONFIG_SX9310 b/configs/fedora/generic/CONFIG_SX9310 new file mode 100644 index 000000000..910bedc18 --- /dev/null +++ b/configs/fedora/generic/CONFIG_SX9310 @@ -0,0 +1,22 @@ +# CONFIG_SX9310: +# +# Say Y here to build a driver for Semtech's SX9310/SX9311 capacitive +# proximity/button sensor. +# +# To compile this driver as a module, choose M here: the +# module will be called sx9310. +# +# Symbol: SX9310 [=n] +# Type : tristate +# Defined at drivers/iio/proximity/Kconfig:104 +# Prompt: SX9310/SX9311 Semtech proximity sensor +# Depends on: IIO [=m] && I2C [=y] +# Location: +# -> Device Drivers +# -> Industrial I/O support (IIO [=m]) +# -> Proximity and distance sensors +# Selects: IIO_BUFFER [=y] && IIO_TRIGGERED_BUFFER [=m] && REGMAP_I2C [=y] +# +# +# +CONFIG_SX9310=m -- cgit