ipc_service: Automatically include source files for backends
The purpose of this change is to allow to enable more than one backend at once by removing choice from ipc-service backend Kconfig and depending backend Kconfig option on existing of correct compatible. Overwriting IPC_SERVICE_BACKEND option in some places is removes as no longer needed. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
This commit is contained in:
parent
5d18f93561
commit
d877e1dded
5 changed files with 19 additions and 34 deletions
|
@ -39,14 +39,6 @@ config BT_RPMSG
|
|||
Bluetooth HCI driver for communication with another CPU
|
||||
using RPMsg framework.
|
||||
|
||||
if BT_RPMSG
|
||||
|
||||
choice IPC_SERVICE_BACKEND
|
||||
default IPC_SERVICE_BACKEND_RPMSG
|
||||
endchoice
|
||||
|
||||
endif # BT_RPMSG
|
||||
|
||||
config BT_SPI
|
||||
bool "SPI HCI"
|
||||
depends on SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue