mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Kyungmin Park'" <kyungmin.park@samsung.com>,
	"'Russell King'" <linux@arm.linux.org.uk>,
	linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Subject: RE: [PATCH] arm: Fix HAVE_S3C2410_WATCHDOG warnings
Date: Sat, 13 Nov 2010 17:02:16 +0900	[thread overview]
Message-ID: <000101cb8309$18eb28c0$4ac17a40$%kim@samsung.com> (raw)
In-Reply-To: <20101104081633.GA27129@july>

Kyungmin Park wrote:
> 
> Fix build warnings
> warning: (ARCH_S3C64XX && <choice> && WATCHDOG || ARCH_S5P64X0 && <choice>
&&
> WATCHDOG || ARCH_S5P6442 && <choice> && WATCHDOG || ARCH_S5PC100 &&
<choice>
> || ARCH_S5PV210 && <choice> || ARCH_S5PV310 && <choice> || MACH_SMDK6410
&&
> ARCH_S3C64XX) selects HAVE_S3C2410_WATCHDOG which has unmet direct
> dependencies (WATCHDOG)
> 
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index a19a526..a302713 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -677,7 +677,7 @@ config ARCH_S3C64XX
>  	select USB_ARCH_HAS_OHCI
>  	select SAMSUNG_GPIOLIB_4BIT
>  	select HAVE_S3C2410_I2C
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	help
>  	  Samsung S3C64XX series based systems
> 
> @@ -686,7 +686,7 @@ config ARCH_S5P64X0
>  	select CPU_V6
>  	select GENERIC_GPIO
>  	select HAVE_CLK
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_I2C
>  	select HAVE_S3C_RTC
> @@ -700,7 +700,7 @@ config ARCH_S5P6442
>  	select GENERIC_GPIO
>  	select HAVE_CLK
>  	select ARCH_USES_GETTIMEOFFSET
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	help
>  	  Samsung S5P6442 CPU based systems
> 
> @@ -713,7 +713,7 @@ config ARCH_S5PC100
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_I2C
>  	select HAVE_S3C_RTC
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	help
>  	  Samsung S5PC100 series based systems
> 
> @@ -728,7 +728,7 @@ config ARCH_S5PV210
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_I2C
>  	select HAVE_S3C_RTC
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	help
>  	  Samsung S5PV210/S5PC110 series based systems
> 
> @@ -741,7 +741,7 @@ config ARCH_S5PV310
>  	select GENERIC_CLOCKEVENTS
>  	select HAVE_S3C_RTC
>  	select HAVE_S3C2410_I2C
> -	select HAVE_S3C2410_WATCHDOG
> +	select HAVE_S3C2410_WATCHDOG if WATCHDOG
>  	help
>  	  Samsung S5PV310 series based systems

Ok, will apply...
And will sort out other similar configure warning such as I2C and RTC.

As a note, in your patch, my e-mail address was wrong :-(

Anyway,
Thanks.

Have a nice weekend.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.


      parent reply	other threads:[~2010-11-13  8:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-04  8:16 Kyungmin Park
2010-11-04  9:53 ` Abdoulaye Walsimou GAYE
     [not found]   ` <AANLkTim_YDa9k2LiiNTswhynGQCO=V_kEv1CpOMEZgN0@mail.gmail.com>
2010-11-04 12:30     ` Abdoulaye Walsimou GAYE
2010-11-13  8:02 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000101cb8309$18eb28c0$4ac17a40$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®