summaryrefslogtreecommitdiff
path: root/include/configs/ds109.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-08-07 10:41:45 +0300
committerStefan Roese <sr@denx.de>2018-08-07 11:51:19 +0300
commit70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (patch)
tree00e981637635eb0bb92b081374d0845b681e0310 /include/configs/ds109.h
parentf596efb7499eceadf2940c35982df8cb44c3344b (diff)
downloadu-boot-70222a6beb4d8ed570dfa281b1ba681fe76a7f8a.tar.xz
configs: move RTC_MV config from mv-plug-common.h to boards
To aid in migrating CONFIG_RTC_MV to Kconfig move the definition of it from mv-plug-common.h to the board config headers that nest it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ds109.h')
-rw-r--r--include/configs/ds109.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index c06f0058de..f8d6637142 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -30,6 +30,10 @@
*/
#include "mv-plug-common.h"
+#ifdef CONFIG_CMD_DATE
+#define CONFIG_RTC_MV
+#endif /* CONFIG_CMD_DATE */
+
/*
* Environment variables configurations
*/