diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 143a365a5b3d3d4cd59769124649f3a08677eb8b (patch) | |
tree | bf374fcdf672dfa819be676d09cbcda45a8af2e1 /arch/m68k | |
parent | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 (diff) | |
download | u-boot-143a365a5b3d3d4cd59769124649f3a08677eb8b.tar.gz |
Convert CONFIG_MCFTMR to Kconfig
This converts the following to Kconfig:
CONFIG_MCFTMR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index ae8d26d671..7f6e4310f1 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -201,4 +201,7 @@ source "board/freescale/m5373evb/Kconfig" source "board/sysam/amcore/Kconfig" source "board/sysam/stmark2/Kconfig" +config MCFTMR + bool "Use DMA timer" + endmenu |