From 70222a6beb4d8ed570dfa281b1ba681fe76a7f8a Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 7 Aug 2018 19:41:45 +1200 Subject: 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 Signed-off-by: Stefan Roese --- include/configs/ds109.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/ds109.h') 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 */ -- cgit v1.2.3