summaryrefslogtreecommitdiff
path: root/configs/openrisc-generic_defconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2016-08-05 18:26:15 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2016-08-15 13:34:46 -0500
commitf0727120a7b0cfb0f9ba6c3ed46cf970d9182c74 (patch)
tree230c58c70ffe54c26b95fcaf2dc263d55732e6df /configs/openrisc-generic_defconfig
parenteb4e8ceb4787ffaba4c2ff3b34978138b25ec248 (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 <stefan.kristiansson@saunalahti.fi> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/openrisc-generic_defconfig')
-rw-r--r--configs/openrisc-generic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/openrisc-generic_defconfig b/configs/openrisc-generic_defconfig
index 14923c0978..5bc81cc980 100644
--- a/configs/openrisc-generic_defconfig
+++ b/configs/openrisc-generic_defconfig
@@ -6,5 +6,7 @@ CONFIG_TARGET_OPENRISC_GENERIC=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
+CONFIG_NETDEVICES=y
+CONFIG_ETHOC=y
CONFIG_SYS_NS16550=y
# CONFIG_AUTOBOOT is not set