linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: YueHaibing <yuehaibing@huawei.com>
Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
	ralf@linux-mips.org
Subject: Re: [PATCH v2] MIPS: TXx9: Fix Kconfig warnings
Date: Thu, 16 Apr 2020 18:36:09 +0200	[thread overview]
Message-ID: <20200416163609.GC24743@alpha.franken.de> (raw)
In-Reply-To: <20200403094904.37072-1-yuehaibing@huawei.com>

On Fri, Apr 03, 2020 at 05:49:04PM +0800, YueHaibing wrote:
> If TTY and SND is not n, we got this warnings:
> 
> WARNING: unmet direct dependencies detected for HAS_TXX9_SERIAL
>   Depends on [n]: TTY [=n] && HAS_IOMEM [=y]
>   Selected by [y]:
>   - SOC_TX3927 [=y]
> 
> WARNING: unmet direct dependencies detected for HAS_TXX9_SERIAL
>   Depends on [n]: TTY [=n] && HAS_IOMEM [=y]
>   Selected by [y]:
>   - SOC_TX4938 [=y]
> 
> Only dependencies is enabled, they can be enabled, so
> use 'imply' instead of 'select' to fix this.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
> v2: fix patch title
> ---
>  arch/mips/txx9/Kconfig | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      reply	other threads:[~2020-04-16 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03  9:42 [PATCH] MIPS: TXx9::x Fix Kconfig warnings: YueHaibing
2020-04-03  9:49 ` [PATCH v2] MIPS: TXx9: Fix Kconfig warnings YueHaibing
2020-04-16 16:36   ` Thomas Bogendoerfer [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=20200416163609.GC24743@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=ralf@linux-mips.org \
    --cc=yuehaibing@huawei.com \
    /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;
as well as URLs for NNTP newsgroup(s).