From: michael.opdenacker@rootcommit.com
To: Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Yixun Lan <dlan@gentoo.org>
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>,
netdev@vger.kernel.org, linux-riscv@lists.infradead.org,
spacemit@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default
Date: Fri, 17 Oct 2025 10:02:26 +0000 (UTC) [thread overview]
Message-ID: <20251017100106.3180482-3-michael.opdenacker@rootcommit.com> (raw)
In-Reply-To: <20251017100106.3180482-1-michael.opdenacker@rootcommit.com>
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Supports booting boards on NFS filesystems, without going
through an initramfs.
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
drivers/net/ethernet/spacemit/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/spacemit/Kconfig b/drivers/net/ethernet/spacemit/Kconfig
index 85ef61a9b4ef..7fe1b2a308d1 100644
--- a/drivers/net/ethernet/spacemit/Kconfig
+++ b/drivers/net/ethernet/spacemit/Kconfig
@@ -18,7 +18,7 @@ config SPACEMIT_K1_EMAC
depends on ARCH_SPACEMIT || COMPILE_TEST
depends on MFD_SYSCON
depends on OF
- default m if ARCH_SPACEMIT
+ default y if ARCH_SPACEMIT
select PHYLIB
help
This driver supports the Ethernet MAC in the SpacemiT K1 SoC.
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: michael.opdenacker@rootcommit.com
To: Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Yixun Lan <dlan@gentoo.org>
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>,
netdev@vger.kernel.org, linux-riscv@lists.infradead.org,
spacemit@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default
Date: Fri, 17 Oct 2025 10:02:26 +0000 (UTC) [thread overview]
Message-ID: <20251017100106.3180482-3-michael.opdenacker@rootcommit.com> (raw)
In-Reply-To: <20251017100106.3180482-1-michael.opdenacker@rootcommit.com>
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Supports booting boards on NFS filesystems, without going
through an initramfs.
Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
drivers/net/ethernet/spacemit/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/spacemit/Kconfig b/drivers/net/ethernet/spacemit/Kconfig
index 85ef61a9b4ef..7fe1b2a308d1 100644
--- a/drivers/net/ethernet/spacemit/Kconfig
+++ b/drivers/net/ethernet/spacemit/Kconfig
@@ -18,7 +18,7 @@ config SPACEMIT_K1_EMAC
depends on ARCH_SPACEMIT || COMPILE_TEST
depends on MFD_SYSCON
depends on OF
- default m if ARCH_SPACEMIT
+ default y if ARCH_SPACEMIT
select PHYLIB
help
This driver supports the Ethernet MAC in the SpacemiT K1 SoC.
next prev parent reply other threads:[~2025-10-17 10:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-17 10:01 [PATCH 0/2] Add Ethernet and PDMA support to OrangePi RV2 board michael.opdenacker
2025-10-17 10:01 ` michael.opdenacker
2025-10-17 10:02 ` [PATCH 1/2] riscv: dts: spacemit: add Ethernet and PDMA to OrangePi RV2 michael.opdenacker
2025-10-17 10:02 ` michael.opdenacker
2025-10-20 1:00 ` Yixun Lan
2025-10-20 1:00 ` Yixun Lan
2025-10-20 9:07 ` Vivian Wang
2025-10-20 9:07 ` Vivian Wang
2025-10-21 5:39 ` Vivian Wang
2025-10-21 5:39 ` Vivian Wang
2025-10-22 18:54 ` Michael Opdenacker
2025-10-22 18:54 ` Michael Opdenacker
2025-10-17 10:02 ` michael.opdenacker [this message]
2025-10-17 10:02 ` [PATCH 2/2] net: spacemit: compile k1_emac driver as built-in by default michael.opdenacker
2025-10-17 15:33 ` Emil Renner Berthing
2025-10-17 15:33 ` Emil Renner Berthing
2025-10-17 15:53 ` Michael Opdenacker
2025-10-17 15:53 ` Michael Opdenacker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251017100106.3180482-3-michael.opdenacker@rootcommit.com \
--to=michael.opdenacker@rootcommit.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=dlan@gentoo.org \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=spacemit@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.