mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
soc: rockchip: suspend config: enable module
Signed-off-by: shengfei Xu <xsf@rock-chips.com> Change-Id: Icb217f3ebcee418b6f36223865ab631645be2523
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user