[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1307008157.1652.4.camel@epip-laptop>
Date: Thu, 02 Jun 2011 17:49:17 +0800
From: Guan Xuetao <gxt@...c.pku.edu.cn>
To: Wanlong Gao <wanlong.gao@...il.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
uclinux-dist-devel@...ckfin.uclinux.org, linux-mips@...ux-mips.org,
linuxppc-dev@...ts.ozlabs.org, linux-sh@...r.kernel.org,
linux@....linux.org.uk, hans-christian.egtvedt@...el.com,
vapier@...too.org, ralf@...ux-mips.org, benh@...nel.crashing.org,
paulus@...ba.org, lethal@...ux-sh.org, david.woodhouse@...el.com,
akpm@...ux-foundation.org, u.kleine-koenig@...gutronix.de,
mingo@...e.hu, rientjes@...gle.com, w.sang@...gutronix.de,
sam@...nborg.org, manuel.lauss@...glemail.com, anton@...ba.org,
arnd@...db.de
Subject: Re: [PATCH] Fix build warning of the defconfigs
On Thu, 2011-06-02 at 00:29 +0800, Wanlong Gao wrote:
> RTC_CLASS is changed to bool.
> So value 'm' is invalid.
>
> Signed-off-by: Wanlong Gao <wanlong.gao@...il.com>
> ---
> arch/arm/configs/davinci_all_defconfig | 2 +-
> arch/arm/configs/mxs_defconfig | 2 +-
> arch/arm/configs/netx_defconfig | 2 +-
> arch/arm/configs/viper_defconfig | 2 +-
> arch/arm/configs/xcep_defconfig | 2 +-
> arch/arm/configs/zeus_defconfig | 2 +-
> arch/avr32/configs/atngw100_mrmt_defconfig | 2 +-
> arch/blackfin/configs/CM-BF548_defconfig | 2 +-
> arch/mips/configs/mtx1_defconfig | 2 +-
> arch/powerpc/configs/52xx/pcm030_defconfig | 2 +-
> arch/powerpc/configs/ps3_defconfig | 2 +-
> arch/sh/configs/titan_defconfig | 2 +-
> arch/unicore32/configs/debug_defconfig | 2 +-
> 13 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/arch/unicore32/configs/debug_defconfig b/arch/unicore32/configs/debug_defconfig
> index b5fbde9..1c367f0 100644
> --- a/arch/unicore32/configs/debug_defconfig
> +++ b/arch/unicore32/configs/debug_defconfig
> @@ -168,7 +168,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
>
> # Real Time Clock
> CONFIG_RTC_LIB=m
> -CONFIG_RTC_CLASS=m
> +CONFIG_RTC_CLASS=y
>
> ### File systems
> CONFIG_EXT2_FS=m
I adjust this config option recently, and enable it with y.
So please just drop the modification in unicore32 config file.
Thanks & Regards.
Guan Xuetao
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists