From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Mon, 18 May 2020 18:03:17 +0200 Subject: [PATCH 15/15] net: pcnet: Add Kconfig entries In-Reply-To: References: <20200517162425.76584-1-marek.vasut+renesas@gmail.com> <20200517162425.76584-15-marek.vasut+renesas@gmail.com> <0b70b9d8-43c4-59c5-524f-6ea8f042399a@gmail.com> Message-ID: <97337657-37aa-a4eb-7ef5-df24716fa59d@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 18.05.20 um 11:54 schrieb Marek Vasut: > On 5/18/20 11:18 AM, Daniel Schwierzeck wrote: >> >> >> Am 17.05.20 um 18:24 schrieb Marek Vasut: >>> Add Kconfig entries for the pcnet driver and convert MIPS malta >>> to use those. >>> >>> Signed-off-by: Marek Vasut >>> Cc: Daniel Schwierzeck >>> Cc: Joe Hershberger >>> --- >>> configs/malta_defconfig | 1 + >>> drivers/net/Kconfig | 6 ++++++ >>> include/configs/malta.h | 1 - >>> 3 files changed, 7 insertions(+), 1 deletion(-) >>> >>> diff --git a/configs/malta_defconfig b/configs/malta_defconfig >>> index 2b43818c81..0680f595db 100644 >>> --- a/configs/malta_defconfig >>> +++ b/configs/malta_defconfig >>> @@ -26,6 +26,7 @@ CONFIG_MTD_NOR_FLASH=y >>> CONFIG_FLASH_CFI_DRIVER=y >>> CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y >>> CONFIG_SYS_FLASH_CFI=y >>> +CONFIG_PCNET=y >>> CONFIG_PCI=y >>> CONFIG_RTC_MC146818=y >>> CONFIG_SYS_NS16550=y >> >> we have four Malta defconfigs to get build coverage for MIPS32/64 and >> LE/BE. Thus you need to update all of them. >> >> $ ls -1 configs/malta* >> configs/malta64_defconfig >> configs/malta64el_defconfig >> configs/malta_defconfig >> configs/maltael_defconfig >> > > All right. Can you test it on those before I send V2 ? > the non-DM part works for all Malta Qemu variants. I can't test the DM part because of the dependency to DM_PCI which is still on the TODO list for Malta. -- - Daniel