diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2022-04-04 11:35:51 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2022-04-26 09:54:41 +0300 |
commit | 632422d4b333f3580b9fd28c424ff728ed3d3bad (patch) | |
tree | 21ec5f6bac9728376e77aeeefdc740af5a0cc950 /configs/sama5d27_wlsom1_ek_mmc_defconfig | |
parent | e135d2c2f385fc1cefcea64cf775c6f0267945a2 (diff) | |
download | u-boot-632422d4b333f3580b9fd28c424ff728ed3d3bad.tar.gz u-boot-632422d4b333f3580b9fd28c424ff728ed3d3bad.tar.bz2 u-boot-632422d4b333f3580b9fd28c424ff728ed3d3bad.zip |
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>
Diffstat (limited to 'configs/sama5d27_wlsom1_ek_mmc_defconfig')
-rw-r--r-- | configs/sama5d27_wlsom1_ek_mmc_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d27_wlsom1_ek_mmc_defconfig b/configs/sama5d27_wlsom1_ek_mmc_defconfig index d86974341b..a0e37fa74d 100644 --- a/configs/sama5d27_wlsom1_ek_mmc_defconfig +++ b/configs/sama5d27_wlsom1_ek_mmc_defconfig @@ -100,6 +100,7 @@ CONFIG_SYSRESET_CMD_RESET=y CONFIG_SYSRESET_AT91=y CONFIG_SPL_TIMER=y CONFIG_ATMEL_PIT_TIMER=y +CONFIG_SPL_ATMEL_PIT_TIMER=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y |