]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1711b07901805ddde04eea0c6e83c42782980d8b
tree7e48b09347723530f615df31bd802cccd3352c03
parent87103b53dabff74dfba838e67cd6597ce5fddc19
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