[PATCH 3/3] net: pcs-airoha: fix allyesconfig building

Mikhail Kshevetskiy mikhail.kshevetskiy at iopsys.eu
Sun Mar 15 08:47:57 CET 2026


Airoha PCS driver depends on ARCH_AIROHA, so it should not be built
by allyesconfig configuration.

Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
---
 drivers/net/airoha/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/airoha/Kconfig b/drivers/net/airoha/Kconfig
index 8c2d6db92fa..d0c007ced80 100644
--- a/drivers/net/airoha/Kconfig
+++ b/drivers/net/airoha/Kconfig
@@ -6,6 +6,7 @@ config PCS_AIROHA
 
 config PCS_AIROHA_AN7581
 	bool "Airoha AN7581 PCS driver"
+	depends on ARCH_AIROHA
 	select PCS_AIROHA
 	help
 	  This module provides helper to phylink for managing the Airoha
-- 
2.51.0



More information about the U-Boot mailing list