commit | 143a365a5b3d3d4cd59769124649f3a08677eb8b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 23 17:19:49 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:46 2022 -0400 |
tree | bf374fcdf672dfa819be676d09cbcda45a8af2e1 | |
parent | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 [diff] [blame] |
Convert CONFIG_MCFTMR to Kconfig This converts the following to Kconfig: CONFIG_MCFTMR Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index ae8d26d..7f6e431 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig
@@ -201,4 +201,7 @@ source "board/sysam/amcore/Kconfig" source "board/sysam/stmark2/Kconfig" +config MCFTMR + bool "Use DMA timer" + endmenu