mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-10-28 16:15:46 +00:00
37 lines
803 B
Plaintext
37 lines
803 B
Plaintext
# drivers/staging/samsung/Kconfig
|
|
#
|
|
# Copyright (c) 2010-2016 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com/
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
menuconfig SEC_MISC
|
|
bool "Enable Samsung miscellaneous feature"
|
|
depends on SEC_EXT
|
|
default y
|
|
|
|
config SEC_AVC_LOG
|
|
default n
|
|
bool "Enable avc audit log support" if EMBEDDED
|
|
depends on SEC_EXT
|
|
help
|
|
This option enables additional log buffer for audit log.
|
|
|
|
config SEC_NAD
|
|
bool "Samsung TN NAD Feature"
|
|
default n
|
|
depends on SEC_FACTORY
|
|
help
|
|
Samsung TN NAD Feature, support AT CMD for NAD 2.0
|
|
|
|
comment "NOTIFIER configs"
|
|
config CABLE_TYPE_NOTIFIER
|
|
bool "CABLE TYPE notifier support"
|
|
depends on USB_NOTIFIER
|
|
depends on !VIRTUAL_MUIC
|
|
default n
|
|
help
|
|
If you say yes here you will get support for
|
|
the CABLE TYPE status change notification.
|
|
|