summaryrefslogtreecommitdiff
path: root/configs/stmark2_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 00:19:49 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:28:46 +0300
commit143a365a5b3d3d4cd59769124649f3a08677eb8b (patch)
treebf374fcdf672dfa819be676d09cbcda45a8af2e1 /configs/stmark2_defconfig
parentf88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 (diff)
downloadu-boot-143a365a5b3d3d4cd59769124649f3a08677eb8b.tar.xz
Convert CONFIG_MCFTMR to Kconfig
This converts the following to Kconfig: CONFIG_MCFTMR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/stmark2_defconfig')
-rw-r--r--configs/stmark2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stmark2_defconfig b/configs/stmark2_defconfig
index 6ccd6670eb..17007a003b 100644
--- a/configs/stmark2_defconfig
+++ b/configs/stmark2_defconfig
@@ -6,6 +6,7 @@ CONFIG_ENV_OFFSET=0x40000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_DEFAULT_DEVICE_TREE="stmark2"
CONFIG_TARGET_STMARK2=y
+CONFIG_MCFTMR=y
CONFIG_SYS_LOAD_ADDR=0x40010000
CONFIG_TIMESTAMP=y
CONFIG_SYS_EXTRA_OPTIONS="CF_SBF,SYS_SERIAL_BOOT,SYS_INPUT_CLKSRC=30000000"