2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-03-08 19:49:17 +08:00
|
|
|
config LPC_ENET
|
2019-09-23 23:52:43 +08:00
|
|
|
tristate "NXP ethernet MAC on LPC devices"
|
|
|
|
depends on ARCH_LPC32XX || COMPILE_TEST
|
|
|
|
select PHYLIB
|
|
|
|
help
|
2012-03-08 19:49:17 +08:00
|
|
|
Say Y or M here if you want to use the NXP ethernet MAC included on
|
|
|
|
some NXP LPC devices. You can safely enable this option for LPC32xx
|
|
|
|
SoC. Also available as a module.
|