1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-28 16:15:46 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

96 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
tristate "Samsung Extension Feature"
default m
config SEC_REBOOT
tristate "Enable TN reboot features"
depends on SEC_EXT
default m
help
Samsung TN reboot extension Feature. Do additional work when reboot.
config SEC_PARAM
tristate "Enable Param modification"
depends on SEC_DEBUG
default n
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.
comment "Samsung sysfs Feature"
config DRV_SAMSUNG
tristate "Samsung sec class/sysfs Feature"
default m
depends on SEC_EXT
help
Samsung sysfs name 'sec' directory create.
config SEC_KEY_NOTIFIER
tristate "Enable Samsung key event notifier"
depends on SEC_EXT
default m
help
Samsung Key input event notifier
config SEC_BOOTSTAT
tristate "Enable Samsung Bootstat logging"
default m
depends on SEC_EXT
help
Samsung TN Bootstat Feature.
config SEC_CHIPID
tristate "Enable Samsung CHIPID"
default m
depends on SEC_EXT
help
Samsung TN CHIPID Feature.
comment "Samsung TN Build Options"
config SEC_FACTORY
bool "SAMSUNG Factory build option"
depends on SEC_EXT && SEC_DEBUG
default n
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
tristate "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
source "drivers/samsung/debug/Kconfig"
source "drivers/samsung/misc/Kconfig"
source "drivers/samsung/pm/Kconfig"