linux-mainline: Add missing kernel module bluetooth dependency
Changelog-entry: Add missing kernel module bluetooth dependency for NanoPi Neo Air Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
parent
7b7593dab6
commit
7be1daa647
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ RESIN_CONFIGS[configfs] = " \
|
|||
"
|
||||
|
||||
RESIN_CONFIGS_append_nanopi-neo-air = " hciuart"
|
||||
RESIN_CONFIGS_DEPS[hciuart] = " \
|
||||
CONFIG_BT=m \
|
||||
"
|
||||
RESIN_CONFIGS[hciuart] = " \
|
||||
CONFIG_BT_HCIUART=m \
|
||||
CONFIG_BT_HCIUART_H4=y \
|
||||
|
|
Loading…
Add table
Reference in a new issue