xref: /linux/drivers/net/ethernet/nxp/Kconfig (revision bef4d2037d2143a4df6430bbe1e970fc7e616f6c)
1# SPDX-License-Identifier: GPL-2.0-only
2config LPC_ENET
3        tristate "NXP ethernet MAC on LPC devices"
4        depends on ARCH_LPC32XX
5        select PHYLIB
6        help
7	  Say Y or M here if you want to use the NXP ethernet MAC included on
8	  some NXP LPC devices. You can safely enable this option for LPC32xx
9	  SoC. Also available as a module.
10