serial: s5p: Use IS_ENABLED where appropriate
authorMark Kettenis <kettenis@openbsd.org>
Thu, 26 Jan 2023 13:44:09 +0000 (14:44 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 27 Jan 2023 19:32:55 +0000 (14:32 -0500)
commit053827b3c39e5a3318002f570679ec46294aa98b
tree7e48b09347723530f615df31bd802cccd3352c03
parent424d4f4509a97887647fae9a2a390f043cd60772
serial: s5p: Use IS_ENABLED where appropriate

There are no SPL/TPL variants of CONFIG_CLK_EXYNOS and
CONFIG_ARCH_APPLE, so switch from CONFIG_IS_ENABLED to
IS_ENABLED.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_s5p.c