Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (d1cbfd771ce8297fa11e89f315392de6056a2181) |
---|---|
1# 2# Samsung Ethernet device configuration 3# 4 5config NET_VENDOR_SAMSUNG 6 bool "Samsung Ethernet devices" 7 default y 8 ---help--- --- 7 unchanged lines hidden (view full) --- 16 17if NET_VENDOR_SAMSUNG 18 19config SXGBE_ETH 20 tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" 21 depends on HAS_IOMEM && HAS_DMA 22 select PHYLIB 23 select CRC32 | 1# 2# Samsung Ethernet device configuration 3# 4 5config NET_VENDOR_SAMSUNG 6 bool "Samsung Ethernet devices" 7 default y 8 ---help--- --- 7 unchanged lines hidden (view full) --- 16 17if NET_VENDOR_SAMSUNG 18 19config SXGBE_ETH 20 tristate "Samsung 10G/2.5G/1G SXGBE Ethernet driver" 21 depends on HAS_IOMEM && HAS_DMA 22 select PHYLIB 23 select CRC32 |
24 select PTP_1588_CLOCK | 24 imply PTP_1588_CLOCK |
25 ---help--- 26 This is the driver for the SXGBE 10G Ethernet IP block found on 27 Samsung platforms. 28 29 To compile this driver as a module, choose M here: the module 30 will be called samsung-sxgbe. 31 32endif # NET_VENDOR_SAMSUNG | 25 ---help--- 26 This is the driver for the SXGBE 10G Ethernet IP block found on 27 Samsung platforms. 28 29 To compile this driver as a module, choose M here: the module 30 will be called samsung-sxgbe. 31 32endif # NET_VENDOR_SAMSUNG |