mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
ed46f1f773
The newly added driver causes a Kconfig warning: WARNING: unmet direct dependencies detected for RTC_CLASS Depends on [n]: !S390 [=y] Selected by [m]: - TURRIS_OMNIA_MCU [=m] && CZNIC_PLATFORMS [=y] && (MACH_ARMADA_38X || COMPILE_TEST [=y]) && I2C [=m] && OF [=y] && WATCHDOG [=y] The problem here is that it selects entire subsystems, which normal device drivers should not do. Changes all of these to 'depends on' instead. Fixes: |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
turris-omnia-mcu-base.c | ||
turris-omnia-mcu-gpio.c | ||
turris-omnia-mcu-sys-off-wakeup.c | ||
turris-omnia-mcu-trng.c | ||
turris-omnia-mcu-watchdog.c | ||
turris-omnia-mcu.h |