Searched hist:de0c4eb44c39cbb2b3b11bac699b618b0f8d4142 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/txx9/ |
H A D | Kconfig | diff de0c4eb44c39cbb2b3b11bac699b618b0f8d4142 Fri Apr 03 11:49:04 CEST 2020 YueHaibing <yuehaibing@huawei.com> MIPS: TXx9: Fix Kconfig warnings
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> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|