Skip to content

Kconfig default on BT_ACL_RX_COUNT can be 1, but range is 2-64 #9058

@ulfalizer

Description

@ulfalizer

The BT_ACL_RX_COUNT Kconfig symbol has range 2 64 and default BT_CTLR_RX_BUFFERS if BT_CTLR.

BT_CTLR_RX_BUFFERS defaults to 1 for tests/bluetooth/init/prj_controller.conf, triggering a warning about the default lying outside the range (which is turned into an error).

I'm not sure what the proper fix is here. I'll whitelist the warning for now (in scripts/kconfig/kconfig.py).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions