diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-16 13:10:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:06:07 -0500 |
commit | 3b8dfc42a239cbb1561e7ecbc116b69fb6913355 (patch) | |
tree | 1d2e7ca50df2a2141ceb27f5034d3f8e764a5980 /configs/koelsch_defconfig | |
parent | aa6e94deabb45154cea07ad44c4a5c047bca078b (diff) | |
download | u-boot-3b8dfc42a239cbb1561e7ecbc116b69fb6913355.tar.gz u-boot-3b8dfc42a239cbb1561e7ecbc116b69fb6913355.tar.bz2 u-boot-3b8dfc42a239cbb1561e7ecbc116b69fb6913355.zip |
Convert CONFIG_SYS_TIMER_COUNTS_DOWN to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_TIMER_COUNTS_DOWN
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/koelsch_defconfig')
-rw-r--r-- | configs/koelsch_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig index b4e6baef48..24eff4648e 100644 --- a/configs/koelsch_defconfig +++ b/configs/koelsch_defconfig @@ -103,3 +103,4 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y +CONFIG_SYS_TIMER_COUNTS_DOWN=y |