diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-08-05 18:26:15 +0300 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2016-08-15 13:34:46 -0500 |
commit | f0727120a7b0cfb0f9ba6c3ed46cf970d9182c74 (patch) | |
tree | 230c58c70ffe54c26b95fcaf2dc263d55732e6df /include | |
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 <stefan.kristiansson@saunalahti.fi>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/openrisc-generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/openrisc-generic.h b/include/configs/openrisc-generic.h index 913256a02b..227c0ca84b 100644 --- a/include/configs/openrisc-generic.h +++ b/include/configs/openrisc-generic.h @@ -44,7 +44,6 @@ /* * Ethernet */ -#define CONFIG_ETHOC #define CONFIG_SYS_ETHOC_BASE 0x92000000 #define CONFIG_BOOTFILE "boot.img" |