mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 21:42:55 +00:00
Rename the BT_CONTROLLER prefix used in all of the Kconfig variables related to the Bluetooth controller to BT_CTLR. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SOC_FAMILY_NRF5=y
|
|
CONFIG_SOC_SERIES_NRF51X=y
|
|
CONFIG_SOC_NRF51822_QFAA=y
|
|
CONFIG_BOARD_ARDUINO_101_BLE=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_NRF5=y
|
|
|
|
# bluetooth
|
|
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=y
|