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 /README | |
parent | b8475e6aca2f8ae3831bc195a89377fd737e221a (diff) | |
download | u-boot-1914075c88fb645987955f6d0595c56e3a78a1c0.zip u-boot-1914075c88fb645987955f6d0595c56e3a78a1c0.tar.gz u-boot-1914075c88fb645987955f6d0595c56e3a78a1c0.tar.bz2 |
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 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -606,10 +606,6 @@ The following options need to be configured: controller register space - Serial Ports: - CONFIG_PL011_SERIAL - - Define this if you want support for Amba PrimeCell PL011 UARTs. - CONFIG_PL011_CLOCK If you have Amba PrimeCell PL011 UARTs, set this variable to |