drivers: bt: esp32: add CONFIG_BUILD_ONLY_NO_BLOBS to allow CI tests
Adds an option to enable CI tests without binary blobs. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
60b38d50db
commit
3d06716a7b
3 changed files with 27 additions and 13 deletions
|
@ -153,7 +153,7 @@ config BT_ESP32
|
|||
bool
|
||||
default y
|
||||
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
|
||||
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
|
||||
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS || BUILD_ONLY_NO_BLOBS
|
||||
help
|
||||
Espressif HCI bluetooth interface
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue