Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Jun 5, 2024
1 parent 26d2f27 commit 4a9f34f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,13 @@ BALENA_CONFIGS[pca955_gpio_expander] = " \
CONFIG_GPIO_PCA953X=y \
CONFIG_GPIO_PCA953X_IRQ=y \
"
BALENA_CONFIGS:append = " rtl8192"
BALENA_CONFIGS[rtl8192] = " \
CONFIG_RTL8192CU=m \
"

KERNEL_MODULE_PROBECONF += "rtl8192cu"
module_conf_rtl8192cu = "blacklist rtl8192cu"
#KERNEL_MODULE_PROBECONF += "rtl8192cu"
#module_conf_rtl8192cu = "blacklist rtl8192cu"

# requested by customer (support for Kontron PLD devices)
BALENA_CONFIGS:append = " gpio_i2c_kempld"
Expand Down

0 comments on commit 4a9f34f

Please sign in to comment.