Sensor Kconfig sybmols should be enabled if CONFIG_SENSOR=y and the devicetree node for the sensor is enabled. We can remove explicitly enabling specific sensor drivers in .conf files. Signed-off-by: Kumar Gala <galak@kernel.org>
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_VCNL4040_TRIGGER_GLOBAL_THREAD=y
|
|
CONFIG_VCNL4040_ENABLE_ALS=y
|