mirror of https://github.com/torvalds/linux.git
When MESON_SECURE_PM_DOMAINS & !MESON_SM, there will be compile failure:
.../meson-secure-pwrc.o: In function `meson_secure_pwrc_on':
.../meson-secure-pwrc.c:76: undefined reference to `meson_sm_call'
Fix this by adding depends on MESON_SM for MESON_SECURE_PM_DOMAINS.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| meson-canvas.c | ||
| meson-clk-measure.c | ||
| meson-ee-pwrc.c | ||
| meson-gx-pwrc-vpu.c | ||
| meson-gx-socinfo.c | ||
| meson-mx-socinfo.c | ||
| meson-secure-pwrc.c | ||