Kconfig (cc9b94029e9ef51787af908e9856b1eed314bc00) Kconfig (d1cbfd771ce8297fa11e89f315392de6056a2181)
1#
2# Renesas device configuration
3#
4
5config NET_VENDOR_RENESAS
6 bool "Renesas devices"
7 default y
8 ---help---

--- 23 unchanged lines hidden (view full) ---

32config RAVB
33 tristate "Renesas Ethernet AVB support"
34 depends on HAS_DMA
35 depends on ARCH_RENESAS || COMPILE_TEST
36 select CRC32
37 select MII
38 select MDIO_BITBANG
39 select PHYLIB
1#
2# Renesas device configuration
3#
4
5config NET_VENDOR_RENESAS
6 bool "Renesas devices"
7 default y
8 ---help---

--- 23 unchanged lines hidden (view full) ---

32config RAVB
33 tristate "Renesas Ethernet AVB support"
34 depends on HAS_DMA
35 depends on ARCH_RENESAS || COMPILE_TEST
36 select CRC32
37 select MII
38 select MDIO_BITBANG
39 select PHYLIB
40 select PTP_1588_CLOCK
40 imply PTP_1588_CLOCK
41 help
42 Renesas Ethernet AVB device driver.
43 This driver supports the following SoCs:
44 - R8A779x.
45
46endif # NET_VENDOR_RENESAS
41 help
42 Renesas Ethernet AVB device driver.
43 This driver supports the following SoCs:
44 - R8A779x.
45
46endif # NET_VENDOR_RENESAS