diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2020-05-17 18:24:25 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-06-29 22:36:35 +0200 |
commit | d8553d6ee3146bc06b8f86787138293d3f6453c3 (patch) | |
tree | cae3058bae37ffa4535f8ef387a3c446642c5d6e /include/configs | |
parent | 53019cf35b5ccf9cb5ad8269acab494b99a3dc0c (diff) | |
download | u-boot-d8553d6ee3146bc06b8f86787138293d3f6453c3.tar.gz |
net: pcnet: Add Kconfig entries
Add Kconfig entries for the pcnet driver and convert MIPS malta
to use those.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/malta.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h index 82c90042d9..9602773ff9 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -15,7 +15,6 @@ #define CONFIG_PCI_GT64120 #define CONFIG_PCI_MSC01 -#define CONFIG_PCNET #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 |