diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 1914075c88fb645987955f6d0595c56e3a78a1c0 (patch) | |
tree | 8f822aa514bfc7aa5b36e93eb5c24f5b9b188a4e /configs/lx2160ardb_tfa_defconfig | |
parent | b8475e6aca2f8ae3831bc195a89377fd737e221a (diff) | |
download | u-boot-1914075c88fb645987955f6d0595c56e3a78a1c0.tar.gz |
Convert CONFIG_PL011_SERIAL et al to Kconfig
This converts the following to Kconfig:
CONFIG_PL011_SERIAL
CONFIG_PL01X_SERIAL
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index a1524244df..d81a4b10b1 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -83,6 +83,7 @@ CONFIG_DM_RTC=y CONFIG_RTC_PCF2127=y CONFIG_DM_SCSI=y CONFIG_DM_SERIAL=y +CONFIG_PL01X_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_NXP_FSPI=y |