commit | 59d6289f1929b672f3ba74bdd35d97cac14f52cd | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@microchip.com> | Mon Apr 04 11:35:51 2022 +0300 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Apr 26 09:54:41 2022 +0300 |
tree | 21ec5f6bac9728376e77aeeefdc740af5a0cc950 | |
parent | 118141e91415f1904f24021b52025631cc89bc78 [diff] |
timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMER This commit allows the ATMEL_PIT_TIMER 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 0.3 KBytes. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>