From 9f98ad1abc6e510bd277a537779546d0883dafeb Mon Sep 17 00:00:00 2001 From: Arturo Rinaldi Date: Mon, 23 Sep 2019 10:13:53 +0200 Subject: [PATCH] rtl8188eu: adding Kconfig for kernel build integration --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Kconfig diff --git a/Kconfig b/Kconfig new file mode 100644 index 0000000..013175c --- /dev/null +++ b/Kconfig @@ -0,0 +1,6 @@ +config RTL8188EU + tristate "Realtek 8188E USB WiFi" + depends on USB + ---help--- + Help message of RTL8188EU +