From 7be1daa647b3b39197a7326984feaa0c8b1d06ee Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 1 Apr 2020 17:41:41 +0200 Subject: [PATCH] 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 --- .../recipes-kernel/linux/linux-mainline_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 7cf52ba..9e727c1 100644 --- a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -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 \