commit | 118141e91415f1904f24021b52025631cc89bc78 | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Mon Apr 04 11:35:50 2022 +0300 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Apr 26 09:53:49 2022 +0300 |
tree | 1422b3d525945cd7662ed85789ff50c3c2e19223 | |
parent | 04b40ea73a3949139b9609d7b6a5e64839754e8d [diff] |
timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCB This commit allows the ATMEL_TCB driver to be unselected in SPL and be selected in u-boot proper. The SPL can use a different timer. By having a separate Kconfig for ATMEL_TCB in SPL, the size of the SPL decreases by 1 KByte. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>