* [mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET
@ 2025-05-21 8:47 kernel test robot
2025-05-21 17:26 ` [PATCH] mips: econet: Select SERIAL_8250 because SERIAL_OF_PLATFORM depends on it Caleb James DeLisle
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2025-05-21 8:47 UTC (permalink / raw)
To: Caleb James DeLisle
Cc: Paul Gazzillo, Necip Fazil Yildiran, oe-kbuild-all, linux-mips,
Thomas Bogendoerfer
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git mips-next
head: faefb0a59c5914b7b8f737e2ec5c82822e5bc4c7
commit: 35fb26f94dfa1b291086b84b2421f957214824d1 [16/19] mips: Add EcoNet MIPS platform support
config: mips-kismet-CONFIG_SERIAL_OF_PLATFORM-CONFIG_ECONET-0-0 (https://download.01.org/0day-ci/archive/20250521/202505211654.CBdIsoTq-lkp@intel.com/config)
reproduce: (https://download.01.org/0day-ci/archive/20250521/202505211654.CBdIsoTq-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505211654.CBdIsoTq-lkp@intel.com/
kismet warnings: (new ones prefixed by >>)
>> kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET
WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM
Depends on [n]: TTY [=y] && HAS_IOMEM [=y] && SERIAL_8250 [=n] && OF [=y]
Selected by [y]:
- ECONET [=y]
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] mips: econet: Select SERIAL_8250 because SERIAL_OF_PLATFORM depends on it
2025-05-21 8:47 [mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET kernel test robot
@ 2025-05-21 17:26 ` Caleb James DeLisle
0 siblings, 0 replies; 2+ messages in thread
From: Caleb James DeLisle @ 2025-05-21 17:26 UTC (permalink / raw)
To: lkp; +Cc: cjd, fazilyildiran, linux-mips, oe-kbuild-all, paul, tsbogend
config ECONET selects SERIAL_OF_PLATFORM and that depends on SERIAL_8250.
Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505211654.CBdIsoTq-lkp@intel.com/
---
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c3dbdc808664..b23122633a02 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -398,6 +398,7 @@ config ECONET
select DEBUG_ZBOOT
select EARLY_PRINTK_8250
select ECONET_EN751221_TIMER
+ select SERIAL_8250
select SERIAL_OF_PLATFORM
select SYS_SUPPORTS_BIG_ENDIAN
select SYS_HAS_CPU_MIPS32_R1
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-21 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21 8:47 [mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET kernel test robot
2025-05-21 17:26 ` [PATCH] mips: econet: Select SERIAL_8250 because SERIAL_OF_PLATFORM depends on it Caleb James DeLisle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.