commit | f4d60394c03c965e917a06e39dc1adb516f9e272 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 08 12:20:12 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 04 12:26:01 2021 -0400 |
tree | b540165bccc959115d170d64c187c5585fd852fb | |
parent | 319853134a7129c25655dd0bf82daeed61107d01 [diff] [blame] |
serial: Rename SERIAL_SUPPORT to SERIAL Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-rockchip/px30/Kconfig b/arch/arm/mach-rockchip/px30/Kconfig index 16090f5..aa5cc47 100644 --- a/arch/arm/mach-rockchip/px30/Kconfig +++ b/arch/arm/mach-rockchip/px30/Kconfig
@@ -36,7 +36,7 @@ config SYS_MALLOC_F_LEN default 0x400 -config SPL_SERIAL_SUPPORT +config SPL_SERIAL default y config TPL_LDSCRIPT