Re: [PATCH] mmc: sdhci-brcmstb: Allow building with COMPILE_TEST
From: Florian Fainelli
Date: Mon Oct 24 2022 - 16:03:47 EST
On 10/24/22 11:17, Brian Norris wrote:
This driver is pretty simple, and it can be useful to build it (for
validation purposes) without BMIPS or ARCH_BRCMSTB.
It technically depends on CONFIG_OF to do anything useful at runtime,
but it still works out OK for compile-testing using the !OF stubs.
Signed-off-by: Brian Norris <briannorris@xxxxxxxxxxxx>
Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
Yeah, really no reason not to let you build it, thanks Brian!
--
Florian