diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 19e79bef236..3391b97d275 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -79,17 +79,6 @@ config BLUETOOTH_SPI_DEV_NAME this device is used to reply back with HCI frames that are sent over the air. -# Headroom that the driver needs for sending and receiving buffers. -# Add a new 'default' entry for each new driver. -config BLUETOOTH_HCI_RESERVE - int - # Even if no driver is selected the following default is still - # needed e.g. for unit tests. - default 0 - default 0 if BLUETOOTH_H4 - default 1 if BLUETOOTH_H5 - default 1 if BLUETOOTH_SPI - if BLUETOOTH_SPI config BLUETOOTH_SPI_BLUENRG diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 823da405f99..201503f9956 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -62,6 +62,17 @@ config BLUETOOTH_HCI_TX_PRIO int default 7 +# Headroom that the driver needs for sending and receiving buffers. +# Add a new 'default' entry for each new driver. +config BLUETOOTH_HCI_RESERVE + int + # Even if no driver is selected the following default is still + # needed e.g. for unit tests. + default 0 + default 0 if BLUETOOTH_H4 + default 1 if BLUETOOTH_H5 + default 1 if BLUETOOTH_SPI + config BLUETOOTH_RECV_IS_RX_THREAD # Virtual option set by the HCI driver to indicate that there's # no need for the host to have its own RX thread, rather the