Skip to content

Commit c9e9900

Browse files
committed
MINIARM: wifi: add
included commits "MINIARM: wifi" "MINIARM: disable wifi debug log" "MINIARM: fix build: wifi: remove version debug" Change-Id: Ieae103174ebdbaeaa38992a77d623bc5b40bc204 Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
1 parent 8df1a28 commit c9e9900

429 files changed

Lines changed: 365038 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drivers/miniarm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "drivers/miniarm/dsi/Kconfig"
2+
source "drivers/miniarm/rtl8723bs/Kconfig"
23

34

drivers/miniarm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
obj-y += dsi/
2+
obj-$(CONFIG_RTL8723BS) += rtl8723bs/

drivers/miniarm/rtl8723bs/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
config RTL8723BS
2+
tristate "Realtek 8723B SDIO or SPI WiFi"
3+
---help---
4+
Help message of RTL8723BS

0 commit comments

Comments
 (0)