From f73dea682c8ca95a2580edbd9321e3b625d99e50 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 5 Jun 2024 12:25:09 +0000 Subject: [PATCH] linux-raspberrypi: Enable the built-in rtl8192cu driver The in-tree driver is stable now and should be used instead of the out-of-tree driver we had been using before. Changelog-entry: Enable the built-in rtl8192cu driver Signed-off-by: Florin Sarbu --- .../recipes-kernel/linux/linux-raspberrypi_5.15.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend index d7f2980b7..b4a1a9466 100644 --- a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend +++ b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend @@ -75,9 +75,10 @@ BALENA_CONFIGS[pca955_gpio_expander] = " \ CONFIG_GPIO_PCA953X=y \ CONFIG_GPIO_PCA953X_IRQ=y \ " - -KERNEL_MODULE_PROBECONF += "rtl8192cu" -module_conf_rtl8192cu = "blacklist rtl8192cu" +BALENA_CONFIGS:append = " rtl8192" +BALENA_CONFIGS[rtl8192] = " \ + CONFIG_RTL8192CU=m \ + " # requested by customer (support for Kontron PLD devices) BALENA_CONFIGS:append = " gpio_i2c_kempld"