The commit adds dependency on Kconfig FLASH_PAGE_LAYOUT to subsystems that really require it: FCB, NVS, LittleFS and removes direct selection from '*.conf' files where no longer needed. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
24 lines
335 B
Plaintext
24 lines
335 B
Plaintext
CONFIG_BT_TESTING=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PRIVACY=y
|
|
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_BT_SETTINGS=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_NVS=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_SETTINGS_NVS=y
|
|
|
|
CONFIG_ASSERT=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_SMP_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_THREAD_NAME=y
|
|
CONFIG_LOG_THREAD_ID_PREFIX=y
|