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.15 9 lines 292 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config NET_CALXEDA_XGMAC 3 tristate "Calxeda 1G/10G XGMAC Ethernet driver" 4 depends on HAS_IOMEM 5 depends on ARCH_HIGHBANK || COMPILE_TEST 6 select CRC32 7 help 8 This is the driver for the XGMAC Ethernet IP block found on Calxeda 9 Highbank platforms.