Message ID | 20190603221435.7599-1-gael.portay@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] arm64: defconfig: Enable RK3399 DMC devfreq driver | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..c779e71fbceb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -698,7 +698,7 @@ CONFIG_ARCH_TEGRA_194_SOC=y CONFIG_ARCH_K3_AM6_SOC=y CONFIG_SOC_TI=y CONFIG_TI_SCI_PM_DOMAINS=y -CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_ARM_RK3399_DMC_DEVFREQ=m CONFIG_EXTCON_USB_GPIO=y CONFIG_EXTCON_USBC_CROS_EC=y CONFIG_MEMORY=y
Enable the DMC devfreq driver that is present in the RK3399 SoC. Note that it selects the DFI devfreq event and the simple ondemand governor drivers. Signed-off-by: Gaël PORTAY <gael.portay@collabora.com> --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)