diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-02-13 06:51:26 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-02 11:36:37 +0200 |
commit | 214e94cddf1bfd4e6141f79a70f532267fe1bea0 (patch) | |
tree | 07b07590f93dfa78f7aec4e0c620d218b70e694c | |
parent | e41b82f619ca02f427f34ae439d4584ab441e245 (diff) |
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@traverse.com.au>
-rw-r--r-- | target/linux/armvirt/64/config-6.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/armvirt/64/config-6.1 b/target/linux/armvirt/64/config-6.1 index b10c84b858..f1b4838d15 100644 --- a/target/linux/armvirt/64/config-6.1 +++ b/target/linux/armvirt/64/config-6.1 @@ -374,7 +374,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 |