Correct SPL use of RENESAS_SDHI

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_RENESAS_SDHI defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h
index 88244e8..4d717d8 100644
--- a/drivers/mmc/tmio-common.h
+++ b/drivers/mmc/tmio-common.h
@@ -140,7 +140,7 @@
 	struct clk			clk;
 	struct clk			clkh;
 #endif
-#if CONFIG_IS_ENABLED(RENESAS_SDHI)
+#if IS_ENABLED(CONFIG_RENESAS_SDHI)
 	unsigned int			smpcmp;
 	u8				tap_set;
 	u8				tap_num;