xref: /linux-6.15/drivers/net/pcs/Kconfig (revision 2fa4e4b7)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PCS Layer Configuration
4#
5
6menu "PCS device drivers"
7
8config PCS_XPCS
9	tristate "Synopsys DesignWare XPCS controller"
10	select MDIO_BUS
11	depends on MDIO_DEVICE
12	help
13	  This module provides helper functions for Synopsys DesignWare XPCS
14	  controllers.
15
16endmenu
17