From 9d961f8a1ca3252d920057289345e1e5ff9e85ea Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 18 Jul 2022 18:28:04 +0200 Subject: [PATCH] add bluetooth driver --- patch_kernel_config.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index 782977f..243d8cc 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -60,6 +60,7 @@ my %asahi_options = ( 'CONFIG_BACKLIGHT_CLASS_DEVICE' => 'y', 'CONFIG_BACKLIGHT_GPIO' => 'm', 'CONFIG_TYPEC_TPS6598X' => 'y', + 'CONFIG_BT_HCIBCM4377' => 'm', ); my %debian_options; -- 2.39.2