commit | 1f173636264577c6c5c4a6a384bddb602e61dd49 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 16 13:10:38 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:06:07 2022 -0500 |
tree | 1d2e7ca50df2a2141ceb27f5034d3f8e764a5980 | |
parent | bb4dd967f685a87074992b9100fdd11c2b914798 [diff] [blame] |
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>
diff --git a/configs/stout_defconfig b/configs/stout_defconfig index 231e22a..53dce6a 100644 --- a/configs/stout_defconfig +++ b/configs/stout_defconfig
@@ -104,3 +104,4 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y CONFIG_USB_STORAGE=y +CONFIG_SYS_TIMER_COUNTS_DOWN=y