11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config LPC_ENET3 tristate "NXP ethernet MAC on LPC devices"4 depends on ARCH_LPC32XX || COMPILE_TEST5 select PHYLIB6 select CRC327 help8 Say Y or M here if you want to use the NXP ethernet MAC included on9 some NXP LPC devices. You can safely enable this option for LPC32xx10 SoC. Also available as a module.11