]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mmc: sdhci-brcmstb: Allow building with COMPILE_TEST
authorBrian Norris <briannorris@chromium.org>
Mon, 24 Oct 2022 18:17:59 +0000 (11:17 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 7 Dec 2022 12:22:33 +0000 (13:22 +0100)
commit50bfe185c42a2199b65fc759cb1b2e6a0a915427
treee120ee1e3eb212e9d410e254e201ce1f1e9dd743
parentcdb1ad52703b52e95696c38408ee9e3cf514dc4b
mmc: sdhci-brcmstb: Allow building with COMPILE_TEST

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@chromium.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20221024181759.2355583-1-briannorris@chromium.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig