Re: [PATCH v2] MIPS: TXx9: Fix Kconfig warnings

From: Thomas Bogendoerfer
Date: Thu Apr 16 2020 - 12:41:36 EST


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@xxxxxxxxxx>
> ---
> 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 ]