diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-08-07 19:41:45 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-08-07 10:51:19 +0200 |
commit | 70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (patch) | |
tree | 00e981637635eb0bb92b081374d0845b681e0310 /include/configs/sheevaplug.h | |
parent | f596efb7499eceadf2940c35982df8cb44c3344b (diff) |
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/sheevaplug.h')
-rw-r--r-- | include/configs/sheevaplug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index deec71734d..12e38b3f12 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -29,6 +29,10 @@ */ #include "mv-plug-common.h" +#ifdef CONFIG_CMD_DATE +#define CONFIG_RTC_MV +#endif /* CONFIG_CMD_DATE */ + /* * Environment variables configurations */ |