mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
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 | ||