mmc: Allow controlling DM_MMC for VPL builds
authorSimon Glass <sjg@chromium.org>
Sun, 26 Jan 2025 18:43:13 +0000 (11:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:00:42 +0000 (16:00 -0600)
commit00ae9b2ac3493ed74449cd3b7cf50bce1b98d36d
treee9c5e94faf47011c618d4fcb2056dcf8b5dfee1a
parent4acbd003d338bb8a8f9025c327f5d56e8395f868
mmc: Allow controlling DM_MMC for VPL builds

VPL may want to use driver model for MMC even if TPL does not. Update
the rule in this driver to support that.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/mmc/dw_mmc.c