soc: rockchip: suspend config: enable module

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: Icb217f3ebcee418b6f36223865ab631645be2523
This commit is contained in:
shengfei Xu
2020-07-16 17:10:55 +08:00
committed by Tao Huang
parent fd44df1817
commit 24cdbe2d6b
2 changed files with 4 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ config ROCKCHIP_RAMDISK
device.
config ROCKCHIP_SUSPEND_MODE
bool "Rockchip suspend mode config"
tristate "Rockchip suspend mode config"
depends on ROCKCHIP_SIP
help
Say Y here if you want to set the suspend mode to the ATF.

View File

@@ -11,6 +11,7 @@
#include <linux/arm-smccc.h>
#include <linux/bitops.h>
#include <linux/cpu.h>
#include <linux/module.h>
#include <linux/of_gpio.h>
#include <linux/platform_device.h>
#include <linux/regulator/machine.h>
@@ -150,3 +151,5 @@ static int __init rockchip_pm_drv_register(void)
return platform_driver_probe(&pm_driver, pm_config_init);
}
subsys_initcall(rockchip_pm_drv_register);
MODULE_DESCRIPTION("Rockchip suspend mode config");
MODULE_LICENSE("GPL");