6db4831e98
Android 14
95 lines
2.1 KiB
Plaintext
95 lines
2.1 KiB
Plaintext
# drivers/samsung/Kconfig
|
|
#
|
|
# Copyright (c) 2010-2019 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
config SEC_EXT
|
|
bool "Samsung TN extension Feature"
|
|
default y
|
|
|
|
config SEC_REBOOT
|
|
bool "Enable TN reboot features"
|
|
depends on SEC_EXT
|
|
default y
|
|
help
|
|
Samsung TN reboot extension Feature. Do additional work when reboot.
|
|
|
|
config SEC_PARAM
|
|
bool "Enable Param modification"
|
|
depends on SEC_DEBUG
|
|
default y
|
|
help
|
|
Samsung TN Param Feature.
|
|
|
|
config CM_OFFSET
|
|
int "Charging Mode Offset"
|
|
default 0
|
|
depends on SEC_PARAM
|
|
help
|
|
set Charging Mode Offset when you enable SEC_PARAM.
|
|
|
|
config WC_OFFSET
|
|
int "Wireless Charging IC Offset"
|
|
default 0
|
|
depends on SEC_PARAM
|
|
help
|
|
set Wireless Charging IC Info Offset.
|
|
|
|
config FMM_LOCK_OFFSET
|
|
int "FMM lock Offset"
|
|
default 0
|
|
depends on SEC_PARAM
|
|
help
|
|
set FMM lock Offset when you enable SEC_PARAM.
|
|
|
|
comment "Samsung sysfs Feature"
|
|
config DRV_SAMSUNG
|
|
bool "Samsung sec class/sysfs Feature"
|
|
default y
|
|
depends on SEC_EXT
|
|
help
|
|
Samsung sysfs name 'sec' directory create.
|
|
|
|
config SEC_KEY_NOTIFIER
|
|
bool "Enable Samsung key event notifier"
|
|
depends on SEC_EXT
|
|
default y
|
|
help
|
|
Samsung Key input event notifier
|
|
|
|
comment "Samsung TN Build Options"
|
|
config SEC_FACTORY
|
|
bool "SAMSUNG Factory build option"
|
|
depends on SEC_EXT && SEC_DEBUG
|
|
default n
|
|
select SEC_PANIC_PCIE_ERR
|
|
help
|
|
Include some codes for Factory binary.
|
|
This option is enabled by Factory build option.
|
|
In samsung build script, '-F' enables this option.
|
|
|
|
comment "Samsung TN BSP Options"
|
|
config SAMSUNG_PRODUCT_SHIP
|
|
bool "set up for product shipping"
|
|
depends on SEC_EXT
|
|
default n
|
|
|
|
config ARGOS
|
|
bool "Throughput monitoring Feature"
|
|
default n
|
|
help
|
|
This option enables monitoring the data throughput and doing several actions for
|
|
enhancing the performance such as adjusting the CPU freqency, allocating the tasks
|
|
to the appropriate CPU and so on
|
|
|
|
config SEC_DUMP_SINK
|
|
bool "Enable to dump_sink"
|
|
default n
|
|
help
|
|
This option enables dump_sink.
|
|
|
|
source "drivers/samsung/debug/Kconfig"
|
|
source "drivers/samsung/misc/Kconfig"
|