2024-12-27 22:35:16 +00:00
|
|
|
From c28fca0df7e626075a381f40d0ea2780b068db3d Mon Sep 17 00:00:00 2001
|
2024-12-15 18:29:23 +00:00
|
|
|
From: liangshuang <liangshuang@eswincomputing.com>
|
|
|
|
Date: Thu, 23 May 2024 16:53:55 +0800
|
2024-12-27 22:35:16 +00:00
|
|
|
Subject: [PATCH 021/222] feat:Select emmc/sdio/wireless drivers by default.
|
2024-12-15 18:29:23 +00:00
|
|
|
|
|
|
|
Changelogs:
|
|
|
|
1.Select emmc/sdio/wireless drivers by default.
|
|
|
|
---
|
|
|
|
arch/riscv/configs/win2030_defconfig | 5 ++++-
|
|
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/arch/riscv/configs/win2030_defconfig b/arch/riscv/configs/win2030_defconfig
|
|
|
|
index 7f8075d825bc..d3524b132481 100644
|
|
|
|
--- a/arch/riscv/configs/win2030_defconfig
|
|
|
|
+++ b/arch/riscv/configs/win2030_defconfig
|
|
|
|
@@ -47,7 +47,8 @@ CONFIG_IP_PNP_BOOTP=y
|
|
|
|
# CONFIG_IPV6 is not set
|
|
|
|
CONFIG_NET_SCHED=y
|
|
|
|
CONFIG_NET_CLS_ACT=y
|
|
|
|
-# CONFIG_WIRELESS is not set
|
|
|
|
+CONFIG_CFG80211=y
|
|
|
|
+CONFIG_CFG80211_WEXT=y
|
|
|
|
CONFIG_PCI=y
|
|
|
|
CONFIG_PCIEPORTBUS=y
|
|
|
|
CONFIG_PCIEAER=y
|
|
|
|
@@ -228,6 +229,8 @@ CONFIG_MMC_TEST=y
|
|
|
|
CONFIG_MMC_DEBUG=y
|
|
|
|
CONFIG_MMC_SDHCI=y
|
|
|
|
CONFIG_MMC_SDHCI_PLTFM=y
|
|
|
|
+CONFIG_MMC_SDHCI_OF_ESWIN=y
|
|
|
|
+CONFIG_MMC_SDHCI_OF_SDIO_ESWIN=y
|
|
|
|
CONFIG_NEW_LEDS=y
|
|
|
|
CONFIG_LEDS_CLASS=y
|
|
|
|
CONFIG_LEDS_GPIO=y
|
|
|
|
--
|
|
|
|
2.47.0
|
|
|
|
|