Skip to content

Commit 8613927

Browse files
alistair23kraj
authored andcommitted
dc-roma-fml13v01: Add WiFi support
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
1 parent 333782e commit 8613927

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

conf/machine/dc-roma-fml13v01.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:remove = " \
1818
visionfive2-pvr-graphics-tools \
1919
"
2020

21+
# Intel Wi-Fi 6E AX210 (M.2 module)
22+
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware-iwlwifi-misc"
23+
2124
RISCV_SBI_FDT ?= "jh7110-deepcomputing-fml13v01.dtb"
2225

2326
KERNEL_DEVICETREE ?= "starfive/jh7110-deepcomputing-fml13v01.dtb"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_CFG80211=m
2+
CONFIG_MAC80211=m
3+
CONFIG_WLAN=y
4+
CONFIG_WLAN_VENDOR_INTEL=y
5+
CONFIG_IWLWIFI=m
6+
CONFIG_IWLMVM=m

recipes-kernel/linux/linux-mainline_7.0.bb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ SRC_URI = " \
1111
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;protocol=https;branch=${BRANCH} \
1212
"
1313

14-
SRC_URI:append:dc-roma-fml13v01 = " file://ethernet.cfg"
14+
SRC_URI:append:dc-roma-fml13v01 = " \
15+
file://ethernet.cfg \
16+
file://wifi.cfg \
17+
"

0 commit comments

Comments
 (0)