On Saturday 28 November 2009, Wu Zhangjin wrote:
> From: Wu Zhangjin <wuzhangjin@gmail.com>
>
> This patch adds Suspend Driver, which will suspend the YeeLoong Platform
> specific devices.
>
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
> ---
> .../loongson/lemote-2f/yeeloong_laptop/Kconfig | 9 ++
> .../loongson/lemote-2f/yeeloong_laptop/Makefile | 1 +
> .../loongson/lemote-2f/yeeloong_laptop/suspend.c | 141
> ++++++++++++++++++++
> 3 files changed, 151 insertions(+), 0 deletions(-)
> create mode 100644 arch/mips/loongson/lemote-2f/yeeloong_laptop/suspend.c
>
> diff --git a/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> b/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> index c4398ff..49d63c5 100644
> --- a/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> +++ b/arch/mips/loongson/lemote-2f/yeeloong_laptop/Kconfig
> @@ -45,4 +45,13 @@ config YEELOONG_VO
> This option adds Video Output Driver, which provides standard
> interface to turn on/off the video output of LCD, CRT.
>
> +config YEELOONG_SUSPEND
> + tristate "Suspend Driver"
Why tristate?
> + depends on YEELOONG_HWMON && YEELOONG_VO
> + select SUSPEND
I'm not sure if that's going to work. Please make it depend on SUSPEND rather
than select it.
> + default y
> + help
> + This option adds Suspend Driver, which will suspend the YeeLoong
> + Platform specific devices.
> +
> endif
Thanks,
Rafael
|