These options were only needed for a MyNewt-based nRF51 firmware on these boards (the MyNewt BLE stack is called Nimble, hence the prj_nimble.conf sample config files). With a Zephyr-based nRF51 firmware these options are no-longer needed, so it's not appropriate to have them default to enabled. Instead, if they are needed, require the app-specific configuration to enable them. Change-Id: Iefbee4d97590af4e11bcedea05fe61f32a147b83 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
17 lines
455 B
Text
17 lines
455 B
Text
CONFIG_UART_PIPE=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_LE=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_ATT_PREPARE_COUNT=4
|
|
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_PRIVACY=y
|
|
CONFIG_UART_CONSOLE=n
|
|
CONFIG_GPIO=y
|
|
CONFIG_BLUETOOTH_WAIT_NOP=y
|
|
CONFIG_BLUETOOTH_NRF51_PM=y
|