mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST
authorBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 23:39:14 +0000 (18:39 -0500)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Feb 2026 09:32:47 +0000 (10:32 +0100)
commit26fd3865e42f3bd3f17f6c3ca36b40d2b90a7254
tree315bb171e032715c02ce4e7b878f3cd10aede972
parentb13b3203be1a9b5eabe407c1027ea16688e07cb5
mmc: sdhci-pic32: allow driver to be compiled with COMPILE_TEST

This driver currently only supports builds against a PIC32 target. Now
that commit d6618d277c1a ("mmc: sdhci-pic32: update include to use
pic32.h from platform_data") is merged, it's possible to compile this
driver on other architectures.

To avoid future breakage of this driver in the future, let's update the
Kconfig so that it can be built with COMPILE_TEST enabled on all
architectures.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig