Bluetooth: Kconfig: Remove redundant 'default n' declarations
All boolean options default to 'n' without the need to explicitly state this. It's only the cases where we want 'default y' where we need to state this. Change-Id: I47dbda62462ea437a2423b8508ea2cc640a22e41 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
c583a9f43b
commit
b64e0d4c51
4 changed files with 0 additions and 41 deletions
|
@ -24,7 +24,6 @@ if !BLUETOOTH_CONTROLLER
|
|||
|
||||
config BLUETOOTH_UART
|
||||
bool
|
||||
default n
|
||||
|
||||
choice
|
||||
prompt "Bluetooth HCI driver"
|
||||
|
@ -62,7 +61,6 @@ endif # !BLUETOOTH_CONTROLLER
|
|||
|
||||
config BLUETOOTH_HOST_BUFFERS
|
||||
bool "Host managed incoming data buffers"
|
||||
default n
|
||||
help
|
||||
Enable this to have the host stack manage incoming ACL data
|
||||
and HCI event buffers. This makes sense for all HCI drivers
|
||||
|
@ -75,7 +73,6 @@ config BLUETOOTH_HOST_BUFFERS
|
|||
config BLUETOOTH_DEBUG_HCI_DRIVER
|
||||
bool "Bluetooth HCI driver debug"
|
||||
depends on BLUETOOTH_DEBUG
|
||||
default n
|
||||
help
|
||||
This option enables debug support for the chosen
|
||||
Bluetooth HCI driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue