Skip to content

Commit

Permalink
linux-raspberrypi: Enable the built-in rtl8192cu driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
floion committed Oct 9, 2024
1 parent 0c22b04 commit f73dea6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f73dea6

Please sign in to comment.