-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systemarea: Devicetreearea: Kconfig
Description
An out-of-source subsystem requires control over a specific peripheral and needs a generic way of forcing its own driver. An example is a proprietary Bluetooth controller that must control the NVMC (flash driver) in order to meet real-time requirements.
Requirements
- support for de-selecting an in-tree driver (prevent user from selecting the in-tree driver)
- do not pollute upstream Zephyr with configuration options not related to Zephyr itself
A work-around for this problem has been made in #14509.
The solution to this use-case may boil down to solving #8181.
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Build Systemarea: Devicetreearea: Kconfig