mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 16:56:21 +00:00
It's not necessary for this sample to output to the user (it uses printf) and saves over 5K of ROM size, eliminating some build failures on Quark D2000. Fixes: #14476 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_BMG160=y
|