mmc: tmio: Use IS_ENABLED() to check for CONFIG_ option
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 8 Apr 2023 17:35:37 +0000 (19:35 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 16 Apr 2023 14:16:20 +0000 (16:16 +0200)
commit53614bc2dc4b87979041ddf97be43b81b98d4b7e
tree582f3b3bb21b6e84bfc7fd5ad15592d05d05c514
parent12c1e5782401abca1a8cff578d1911a9ca7d2e7d
mmc: tmio: Use IS_ENABLED() to check for CONFIG_ option

Use IS_ENABLED() instead of CONFIG_IS_ENABLED() to check for CONFIG_
option which is identical across all of U-Boot and xPL builds.

Fixes: 2769ddc99fd ("mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macros")
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/mmc/tmio-common.c