mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
Airoha PCS driver depends on ARCH_AIROHA, so it should not be built by allyesconfig configuration. Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config PCS_AIROHA
|
|
bool
|
|
select MISC
|
|
|
|
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
|
|
AN7581 PCS for SoC Ethernet and PON SERDES.
|