You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/security/mstdrv/Kconfig

48 lines
1.2 KiB

#@file Kconfig
#@brief Kconfig for MST drivers
#Copyright (c) 2015, Samsung Electronics Corporation. All rights reserved.
#
#This program is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License version 2 and
#only version 2 as published by the Free Software Foundation.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#GNU General Public License for more details.
config MST_LDO
bool "MST LDO kernel driver"
default n
help
This enables the MST LDO kernel driver
config MST_REGULATOR
bool "MST uses regulator API"
default n
help
This enables regulator API code
config MST_SUPPORT_GPIO
bool "MST uses support gpio"
default n
help
This enables support gpio check code
config MFC_CHARGER
bool "MFC IC using model"
default n
help
This enables the MFC IC sysfs node
config MST_LPM_DISABLE
bool "MST LPM Disable, this works only in eng binary version"
default n
help
This enables the MST LPM disable funtion in eng binary version
config MST_LPM_CONTROL
bool "MST control LPM mode for performace"
default n
help
This enables the MST LPM control code