Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.3 10 lines 354 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config LPC_ENET 3 tristate "NXP ethernet MAC on LPC devices" 4 depends on ARCH_LPC32XX || COMPILE_TEST 5 select PHYLIB 6 select CRC32 7 help 8 Say Y or M here if you want to use the NXP ethernet MAC included on 9 some NXP LPC devices. You can safely enable this option for LPC32xx 10 SoC. Also available as a module.