[openwrt/openwrt] armvirt: 64: disable CONFIG_SMC91X
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 13 07:50:21 PDT 2023
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/86b50228c09acf09266fdb2f166a121ff7cc23e2
commit 86b50228c09acf09266fdb2f166a121ff7cc23e2
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon Feb 13 06:51:26 2023 +0000
armvirt: 64: disable CONFIG_SMC91X
The SMC91X family is a ISA-age Ethernet controller.
I'm not particularly sure what it's doing in armvirt/64,
as it's unlikely there is a QEMU or real hardware configuration
that exists with it.
Signed-off-by: Mathew McBride <matt at traverse.com.au>
(23.05/5.15 version of commit 214e94cddf1bfd4e6141f79a70f532267fe1bea0)
---
target/linux/armvirt/64/config-5.15 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/armvirt/64/config-5.15 b/target/linux/armvirt/64/config-5.15
index 225a8aac8d..54dd78a8aa 100644
--- a/target/linux/armvirt/64/config-5.15
+++ b/target/linux/armvirt/64/config-5.15
@@ -405,7 +405,7 @@ CONFIG_SERIAL_MVEBU_CONSOLE=y
CONFIG_SERIAL_MVEBU_UART=y
CONFIG_SERIAL_SAMSUNG=y
CONFIG_SERIAL_SAMSUNG_CONSOLE=y
-CONFIG_SMC91X=y
+# CONFIG_SMC91X is not set
# CONFIG_SND_SUN4I_I2S is not set
# CONFIG_SND_SUN50I_CODEC_ANALOG is not set
# CONFIG_SND_SUN50I_DMIC is not set
More information about the lede-commits
mailing list