Restructure the Bluetooth options more logically. - Both host and controller are now behind the same high level CONFIG_BLUETOOTH. - Selecting controller support disables other HCI driver selection, so the controller isn't in the same list as HCI drivers any more. - Under the top-level there's a "Custom stack" option, which when enabled opens up the option of choosing CONFIG_NBLE. There are various other cleanups and simplifications in this patch as well, since splitting these up would have been fairly tricky while making sure all test cases still build. Change-Id: I5bb715cb9d20201cb8b72fbd149c8a09a4b2d7d2 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
25 lines
715 B
Plaintext
25 lines
715 B
Plaintext
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_CONTROLLER=y
|
|
CONFIG_BLUETOOTH_PERIPHERAL=y
|
|
CONFIG_BLUETOOTH_CENTRAL=y
|
|
CONFIG_BLUETOOTH_SMP=y
|
|
CONFIG_BLUETOOTH_SIGNING=y
|
|
CONFIG_BLUETOOTH_SMP_SC_ONLY=y
|
|
CONFIG_BLUETOOTH_TINYCRYPT_ECC=y
|
|
CONFIG_BLUETOOTH_USE_DEBUG_KEYS=y
|
|
CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL=y
|
|
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
|
|
CONFIG_BLUETOOTH_GATT_CLIENT=y
|
|
CONFIG_BLUETOOTH_DEBUG_MONITOR=y
|
|
CONFIG_BLUETOOTH_DEBUG_HCI_CORE=y
|
|
CONFIG_BLUETOOTH_DEBUG_CONN=y
|
|
CONFIG_BLUETOOTH_DEBUG_KEYS=y
|
|
CONFIG_BLUETOOTH_DEBUG_L2CAP=y
|
|
CONFIG_BLUETOOTH_DEBUG_SMP=y
|
|
CONFIG_BLUETOOTH_DEBUG_HCI_DRIVER=y
|
|
CONFIG_BLUETOOTH_SMP_SELFTEST=y
|
|
CONFIG_BLUETOOTH_DEBUG_ATT=y
|
|
CONFIG_BLUETOOTH_DEBUG_GATT=y
|
|
CONFIG_BLUETOOTH_BREDR=n
|
|
CONFIG_DEBUG=y
|