Messages in this thread |  | | Date | Thu, 16 Apr 2020 18:36:09 +0200 | From | Thomas Bogendoerfer <> | Subject | Re: [PATCH v2] MIPS: TXx9: Fix Kconfig warnings |
| |
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 ]
|  |