mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 23:55:51 +00:00
- Remove SYS_ prefix - shorten POWER_MANAGEMENT to just PM - DEVICE_POWER_MANAGEMENT -> PM_DEVICE and use PM_ as the prefix for all PM related Kconfigs Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
208 B
Plaintext
13 lines
208 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=y
|
|
CONFIG_APDS9960_TRIGGER_GLOBAL_THREAD=n
|
|
CONFIG_PM_DEVICE=n
|