23 lines
595 B
Plaintext
23 lines
595 B
Plaintext
|
# drivers/samsung/pm/Kconfig
|
||
|
#
|
||
|
# Copyright (c) 2010-2019 Samsung Electronics Co., Ltd.
|
||
|
# http://www.samsung.com/
|
||
|
#
|
||
|
# Licensed under GPLv2
|
||
|
#
|
||
|
comment "Samsung Mobile Power Management Options"
|
||
|
menuconfig SEC_PM
|
||
|
bool "Samsung Mobile Power Management"
|
||
|
default y
|
||
|
help
|
||
|
This option enables support for various drivers and features for
|
||
|
Samsung Mobile Power Management.
|
||
|
|
||
|
config SEC_PM_DEBUG
|
||
|
bool "Enable Samsung Mobile Power management debug support"
|
||
|
default y
|
||
|
depends on SEC_PM
|
||
|
help
|
||
|
This option enables Samsung Mobile Power management debug support.
|
||
|
Intended for test and debug only.
|