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>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_LOG=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
CONFIG_FXAS21002_TRIGGER_OWN_THREAD=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|