Airoha PCS driver depends on ARCH_AIROHA, so it should not be built by allyesconfig configuration.
Signed-off-by: Mikhail Kshevetskiy <[email protected]> --- 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

