diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-17 18:14:17 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-06-18 19:34:41 +0200 |
commit | d789a8259e3b3b77e3eb2b090373ab2cbc225629 (patch) | |
tree | 627177b86f8c2db88ac49445437adac3e085dc75 /include/configs/malta.h | |
parent | 59edb2668eabf51c8587a786af9eca95e3294806 (diff) |
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/malta.h')
-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 |