CONFIG_NCS_SAMPLES_DEFAULTS

Enable NCS sample default settings

Type: bool

Help

Use the default configuration for NCS samples.

Default

  • n

Kconfig definition

At <nRF>/samples/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:24

Menu path: (Top) → Modules → Nordic nRF Connect

config NCS_SAMPLES_DEFAULTS
    bool "Enable NCS sample default settings"
    default n
    imply LOG
    imply LOG_MINIMAL
    imply ASSERT
    imply ASSERT_NO_COND_INFO
    imply ASSERT_NO_MSG_INFO
    imply HW_STACK_PROTECTION if ARCH_HAS_STACK_PROTECTION
    help
      Use the default configuration for NCS samples.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)