|
# Enable Console and printk for logging
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_LOG=y
|
|
|
|
# Enable Shell
|
|
CONFIG_SHELL=y
|
|
CONFIG_REBOOT=y
|
|
|
|
# Enable the reset command
|
|
CONFIG_KERNEL_SHELL=y
|
|
|
|
# Enable settings for persistent storage
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_NVS=y
|
|
CONFIG_NVS=y
|