mirror of https://github.com/OpenIPC/firmware.git
20 lines
595 B
Plaintext
20 lines
595 B
Plaintext
config BR2_PACKAGE_RTL8189FS_OPENIPC
|
|
bool "rtl8189fs-openipc"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
A driver for the RTL8189FS
|
|
|
|
https://github.com/jwrdegoede/rtl8189ES_linux
|
|
|
|
comment "rtl8189fs needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
if BR2_PACKAGE_RTL8189FS_OPENIPC
|
|
|
|
config BR2_PACKAGE_RTL8189FS_OPENIPC_INGENIC
|
|
bool "rtl8189fs_openipc_ingenic"
|
|
default n
|
|
help
|
|
Certain Ingenic T31 devices require the driver to manually force a re-scan of the sdio bus after the GPIO is enabled for WLAN to function, select to enable support.
|
|
endif
|