diff options
| author | Max Filippov <[email protected]> | 2016-08-05 18:26:15 +0300 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2016-08-15 13:34:46 -0500 |
| commit | f0727120a7b0cfb0f9ba6c3ed46cf970d9182c74 (patch) | |
| tree | 230c58c70ffe54c26b95fcaf2dc263d55732e6df /drivers/net | |
| parent | eb4e8ceb4787ffaba4c2ff3b34978138b25ec248 (diff) | |
net/ethoc: add Kconfig entry for the driver
Add Kconfig entry for the driver, remove #define CONFIG_ETHOC from the
only board configuration that uses it and put it into that board's
defconfig.
Cc: Stefan Kristiansson <[email protected]>
Signed-off-by: Max Filippov <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 88d8e83906a..be3ed73e522 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -124,6 +124,11 @@ config ETH_DESIGNWARE 100Mbit and 1 Gbit operation. You must enable CONFIG_PHYLIB to provide the PHY (physical media interface). +config ETHOC + bool "OpenCores 10/100 Mbps Ethernet MAC" + help + This MAC is present in OpenRISC and Xtensa XTFPGA boards. + config MVPP2 bool "Marvell Armada 375 network interface support" depends on ARMADA_375 |
