kumquat-buildroot/package/rtl8822cs/Config.in
Thomas Petazzoni a9fa704025 package/rtl8822cs: fix coding style in Config.in
Fixes:

package/rtl8822cs/Config.in:10: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
package/rtl8822cs/Config.in:11: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

As reported by:

https://gitlab.com/buildroot.org/buildroot/-/jobs/4653997920

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-14 12:20:15 +02:00

14 lines
340 B
Plaintext

comment "rl8822cs needs a Linux kernel to be built"
depends on !BR2_s390x
depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_RTL8822CS
bool "rtl8822cs"
depends on !BR2_s390x
depends on BR2_LINUX_KERNEL
help
Realtek RTL8822CS Wi-Fi driver as a kernel module (JetHome
repository)
https://github.com/jethome-ru/rtl88x2cs/