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>
lime2-spi
Chris Packham 6 years ago committed by Stefan Roese
parent f596efb749
commit 70222a6beb
  1. 4
      include/configs/dreamplug.h
  2. 4
      include/configs/ds109.h
  3. 4
      include/configs/guruplug.h
  4. 7
      include/configs/mv-plug-common.h
  5. 4
      include/configs/sheevaplug.h

@ -27,6 +27,10 @@
*/
#include "mv-plug-common.h"
#ifdef CONFIG_CMD_DATE
#define CONFIG_RTC_MV
#endif /* CONFIG_CMD_DATE */
/*
* Environment variables configurations
*/

@ -30,6 +30,10 @@
*/
#include "mv-plug-common.h"
#ifdef CONFIG_CMD_DATE
#define CONFIG_RTC_MV
#endif /* CONFIG_CMD_DATE */
/*
* Environment variables configurations
*/

@ -25,6 +25,10 @@
*/
#include "mv-plug-common.h"
#ifdef CONFIG_CMD_DATE
#define CONFIG_RTC_MV
#endif /* CONFIG_CMD_DATE */
/*
* Environment variables configurations
*/

@ -22,11 +22,4 @@
*/
#include "mv-common.h"
/*
* RTC driver configuration
*/
#ifdef CONFIG_CMD_DATE
#define CONFIG_RTC_MV
#endif /* CONFIG_CMD_DATE */
#endif /* _CONFIG_MARVELL_PLUG_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
*/

Loading…
Cancel
Save