aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/i2c/chips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index 5bd72c480c95..fddfc11b297f 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -80,6 +80,7 @@ config SENSORS_ASB100
80config SENSORS_ATXP1 80config SENSORS_ATXP1
81 tristate "Attansic ATXP1 VID controller" 81 tristate "Attansic ATXP1 VID controller"
82 depends on I2C && EXPERIMENTAL 82 depends on I2C && EXPERIMENTAL
83 select I2C_SENSOR
83 help 84 help
84 If you say yes here you get support for the Attansic ATXP1 VID 85 If you say yes here you get support for the Attansic ATXP1 VID
85 controller. 86 controller.