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/drivers/samsung/Kconfig

94 lines
1.8 KiB

config SAMSUNG_PRODUCT_SHIP
bool "set up for product shipping"
default n
config SAMSUNG_USER_TRIAL
bool "set up for user trial"
default n
config SEC_BSP
bool "Samsung BSP Feature"
default n
help
Samsung BSP Feature.
config DRV_SAMSUNG
tristate "Samsung sec class/sysfs Feature"
default n
help
Samsung sysfs name 'sec' directory create
config SEC_DEBUG
tristate "Enable Samsung Debugging features"
default n
config SEC_PARAM
bool "Enable Param modification"
default n
help
Samsung TN Param Feature.
config SEC_MPARAM
tristate "Enable Module Param modification"
default n
help
Samsung TN Param Feature.
config SEC_PARAM_SIZE
hex "Param Partition Size default 10MB"
default 0xA00000
help
Samsung Param Partition Size.
config SEC_VTS_TEST
bool "VTS TEST"
default n
help
This option notices this binary for VTS test.
config SEC_SYSUP
bool "Samsung System Update"
default n
help
Samsung system update Feature.
config SEC_FACTORY_INTERPOSER
bool "Samsung Factory interposer binary"
default n
help
Samsung Factory interposer binary.
config SEC_EXT
bool "Samsung TN extension Feature"
default y
config SAMSUNG_LMKD_DEBUG
bool "record lmkd kill history"
default y
help
record lmkd kill history
menu "Samsung Factory Feature"
config SEC_FACTORY
bool "when it comes to sec factory mode"
default n
select SEC_DEBUG_FORCE_ERROR
select SEC_PANIC_PCIE_ERR
select SEC_PCIE_KEEP_LINKBW
select SEC_GPIO_DVS
select EDAC_KRYO_ARM64_PANIC_ON_CE
select CNSS2_DEBUG
help
It will support a sec factory mode
endmenu
source "drivers/samsung/debug/Kconfig"
source "drivers/samsung/misc/Kconfig"
source "drivers/samsung/quest/Kconfig"
config SEC_CLASS_TEST
bool "KUnit test for sec_class_test"
depends on SEC_KUNIT
help
TODO: Describe config fully.