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
204 B
Plaintext
12 lines
204 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_I2C=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_VL53L0X_PROXIMITY_THRESHOLD=100
|
|
|
|
#debug
|
|
#CONFIG_DEBUG=y
|
|
#CONFIG_LOG=y
|
|
#CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|