Merge tag 'for-linus-4.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / net / ethernet / renesas / Kconfig
CommitLineData
37b93757
JK
1#
2# Renesas device configuration
3#
4
c156633f
SS
5config NET_VENDOR_RENESAS
6 bool "Renesas devices"
7 default y
8 ---help---
138b15ed 9 If you have a network (Ethernet) card belonging to this class, say Y.
c156633f
SS
10
11 Note that the answer to this question doesn't directly affect the
12 kernel: saying N will just cause the configurator to skip all
13 the questions about Renesas devices. If you say Y, you will be asked
14 for your specific device in the following questions.
15
16if NET_VENDOR_RENESAS
17
37b93757
JK
18config SH_ETH
19 tristate "Renesas SuperH Ethernet support"
b41e6a51 20 depends on HAS_DMA
274ba628 21 depends on ARCH_RENESAS || SUPERH || COMPILE_TEST
37b93757
JK
22 select CRC32
23 select MII
24 select MDIO_BITBANG
25 select PHYLIB
26 ---help---
27 Renesas SuperH Ethernet device driver.
28 This driver supporting CPUs are:
73a0d907 29 - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
94a12b15 30 R8A7740, R8A777x and R8A779x.
c156633f
SS
31
32config RAVB
33 tristate "Renesas Ethernet AVB support"
34 depends on HAS_DMA
274ba628 35 depends on ARCH_RENESAS || COMPILE_TEST
c156633f
SS
36 select CRC32
37 select MII
38 select MDIO_BITBANG
39 select PHYLIB
40 select 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
This page took 0.381454 seconds and 5 git commands to generate.