OSDN Git Service

drm/vc4: hdmi: Depends on CONFIG_PM
authorMaxime Ripard <maxime@cerno.tech>
Wed, 29 Jun 2022 12:34:36 +0000 (14:34 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Fri, 8 Jul 2022 08:45:29 +0000 (10:45 +0200)
commitf1bc386b319e93e56453ae27e9e83817bb1f6f95
tree083b784d916e3da67b45eda6f082ebe8f53036b8
parent6dc548745d5b5102e3c53dc5097296ac270b6c69
drm/vc4: hdmi: Depends on CONFIG_PM

We already depend on runtime PM to get the power domains and clocks for
most of the devices supported by the vc4 driver, so let's just select it
to make sure it's there.

Link: https://lore.kernel.org/r/20220629123510.1915022-38-maxime@cerno.tech
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Tested-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/Kconfig
drivers/gpu/drm/vc4/vc4_hdmi.c