commit | a35aee5b07aa0d86b5a251930cf715ab3b072fcc | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Thu Jan 26 14:44:09 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 14:32:55 2023 -0500 |
tree | 7e48b09347723530f615df31bd802cccd3352c03 | |
parent | 855361ef8b3e0004259c9b9aa9cfe90503e4b0c4 [diff] |
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>