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:
Florin Sarbu 2020-04-01 17:41:41 +02:00
parent 7b7593dab6
commit 7be1daa647

View file

@ -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 \