From: Thomas Glanzmann <thomas@glanzmann.de>
Date: Mon, 18 Jul 2022 16:28:04 +0000 (+0200)
Subject: add bluetooth driver
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/9d961f8a1ca3252d920057289345e1e5ff9e85ea?ds=sidebyside;hp=12a464dfe296c2456a3c6a117eb426ce54e1f005

add bluetooth driver
---

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;