* [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible
@ 2024-12-12 9:11 Geert Uytterhoeven
2024-12-13 11:26 ` Simon Horman
2024-12-15 22:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-12-12 9:11 UTC (permalink / raw)
To: Parthiban Veerasooran, Andrew Lunn, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Simon Horman
Cc: netdev, linux-kernel, Geert Uytterhoeven
Commit aa58bec064ab1622 ("net: ethernet: oa_tc6: implement register
write operation") introduced a library that implements the OPEN Alliance
TC6 10BASE-T1x MAC-PHY Serial Interface protocol for supporting
10BASE-T1x MAC-PHYs.
There is no need to ask the user about enabling this library, as all
drivers that use it select the OA_TC6 symbol. Hence make the symbol
invisible, unless when compile-testing.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v2:
- Target at net-next instead on net, as suggested by Simon,
- Replace Fixes-tag by description, as suggested by Simon.
---
drivers/net/ethernet/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/Kconfig b/drivers/net/ethernet/Kconfig
index 9a542e3c9b05d877..977b42bc1e8c1e88 100644
--- a/drivers/net/ethernet/Kconfig
+++ b/drivers/net/ethernet/Kconfig
@@ -159,7 +159,7 @@ config ETHOC
Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.
config OA_TC6
- tristate "OPEN Alliance TC6 10BASE-T1x MAC-PHY support"
+ tristate "OPEN Alliance TC6 10BASE-T1x MAC-PHY support" if COMPILE_TEST
depends on SPI
select PHYLIB
help
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible
2024-12-12 9:11 [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible Geert Uytterhoeven
@ 2024-12-13 11:26 ` Simon Horman
2024-12-15 22:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2024-12-13 11:26 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Parthiban Veerasooran, Andrew Lunn, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-kernel
On Thu, Dec 12, 2024 at 10:11:43AM +0100, Geert Uytterhoeven wrote:
> Commit aa58bec064ab1622 ("net: ethernet: oa_tc6: implement register
> write operation") introduced a library that implements the OPEN Alliance
> TC6 10BASE-T1x MAC-PHY Serial Interface protocol for supporting
> 10BASE-T1x MAC-PHYs.
>
> There is no need to ask the user about enabling this library, as all
> drivers that use it select the OA_TC6 symbol. Hence make the symbol
> invisible, unless when compile-testing.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v2:
> - Target at net-next instead on net, as suggested by Simon,
> - Replace Fixes-tag by description, as suggested by Simon.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible
2024-12-12 9:11 [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible Geert Uytterhoeven
2024-12-13 11:26 ` Simon Horman
@ 2024-12-15 22:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-12-15 22:00 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Parthiban.Veerasooran, andrew+netdev, davem, edumazet, kuba,
pabeni, horms, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 12 Dec 2024 10:11:43 +0100 you wrote:
> Commit aa58bec064ab1622 ("net: ethernet: oa_tc6: implement register
> write operation") introduced a library that implements the OPEN Alliance
> TC6 10BASE-T1x MAC-PHY Serial Interface protocol for supporting
> 10BASE-T1x MAC-PHYs.
>
> There is no need to ask the user about enabling this library, as all
> drivers that use it select the OA_TC6 symbol. Hence make the symbol
> invisible, unless when compile-testing.
>
> [...]
Here is the summary with links:
- [v2,net-next] ethernet: Make OA_TC6 config symbol invisible
https://git.kernel.org/netdev/net-next/c/0193eebbb1fc
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-15 22:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 9:11 [PATCH v2 net-next] ethernet: Make OA_TC6 config symbol invisible Geert Uytterhoeven
2024-12-13 11:26 ` Simon Horman
2024-12-15 22:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).