5d36157c7c
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>
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_SENSOR_LOG_LEVEL_INF=y
|
|
CONFIG_I2C_LOG_LEVEL_INF=y
|
|
|
|
CONFIG_APDS9960_TRIGGER_GLOBAL_THREAD=n
|
|
CONFIG_PM_DEVICE=n
|