Merge pull request #113 from balena-os/add_missing_bt_dep

linux-mainline: Add missing kernel module bluetooth dependency
This commit is contained in:
Florin Sarbu 2020-04-01 21:05:34 +03:00 committed by GitHub
commit c28bcf4b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \