mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 16:18:13 +00:00
Refactors existing menu by putting as topmost selectable option general bluetooth subsystem support instead so far Low Energy (LE). Implication of the change is introduction of new BLUETOOTH_LE config flag. The flag needs to be propagated to all existing bluetooth related apps to make them buildable. Change-Id: I608c1baad038e0ee4cccf44a3e597e16ae1f7f54 Signed-off-by: Arkadiusz Lichwa <arkadiusz.lichwa@tieto.com>
22 lines
554 B
Plaintext
22 lines
554 B
Plaintext
CONFIG_UART_SIMPLE=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_LE=y
|
|
CONFIG_BLUETOOTH_UART=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_DEBUG=y
|
|
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
|
CONFIG_BLUETOOTH_DEBUG_BUF=y
|
|
CONFIG_BLUETOOTH_DEBUG_CONN=y
|
|
CONFIG_BLUETOOTH_DEBUG_L2CAP=y
|
|
CONFIG_BLUETOOTH_DEBUG_SMP=y
|
|
CONFIG_BLUETOOTH_DEBUG_ATT=y
|
|
CONFIG_BLUETOOTH_DEBUG_GATT=y
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_PRINTK=y
|