diff options
author | Tom Hughes <tomhughes@chromium.org> | 2022-01-13 14:03:03 -0800 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-11-11 02:07:07 +0000 |
commit | 192e0921442bdacd7b15e8bbcf2a2f37ad876a7f (patch) | |
tree | bc9d427cea191bf24df11f4dcb68609d055589eb /board/stm32f446e-eval | |
parent | d51ac2581392e0c27304b2aac01dbcca5b572d64 (diff) | |
download | chrome-ec-192e0921442bdacd7b15e8bbcf2a2f37ad876a7f.tar.gz |
tree: Remove CONFIG_STM_HWTIMER32
CONFIG_STM_HWTIMER32 was used to choose between a 32-bit timer and
16-bit timer. The 16-bit timer code was removed in
https://crrev.com/c/3388064, so we no longer need this config.
Command used:
git grep --name-only CONFIG_STM_HWTIMER |\
xargs sed -i '/CONFIG_STM_HWTIMER32/d'
BRANCH=none
BUG=b:214423235
TEST=make buildall -j
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Change-Id: I89da8915cd5a467975cd8f90e734ea2b11f18cb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3388065
Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Reviewed-by: Patryk Duda <patrykd@google.com>
Diffstat (limited to 'board/stm32f446e-eval')
-rw-r--r-- | board/stm32f446e-eval/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/stm32f446e-eval/board.h b/board/stm32f446e-eval/board.h index 4ae9117829..667483d81f 100644 --- a/board/stm32f446e-eval/board.h +++ b/board/stm32f446e-eval/board.h @@ -56,7 +56,6 @@ #undef CONFIG_WATCHDOG /* Optional features */ -#define CONFIG_STM_HWTIMER32 #define CONFIG_DMA_HELP #define CONFIG_FLASH_CROS |