summaryrefslogtreecommitdiff
path: root/drivers/char/Kconfig
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-21 00:37:36 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-21 00:37:35 -0700
commit8ab7fc293921e494a8984a2e8d140dc6c5c58434 (patch)
tree709fdec260d90b24574915e609da380d8e49baa7 /drivers/char/Kconfig
parentf1a91e13f241d74bc2607277700d214e4cdade90 (diff)
parent87d20dd4d339a4ac0229861f26e9e5974d1cc419 (diff)
Merge "char: msm_smd_pkt: Add snapshot of SMD packet driver"
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r--drivers/char/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
index 8e3bff9c7fe9..4bbe4e5f9a6d 100644
--- a/drivers/char/Kconfig
+++ b/drivers/char/Kconfig
@@ -592,6 +592,16 @@ config DEVPORT
source "drivers/s390/char/Kconfig"
+config MSM_SMD_PKT
+ bool "Enable device interface for some SMD packet ports"
+ default n
+ depends on MSM_SMD
+ help
+ smd_pkt driver provides the interface for the userspace clients
+ to communicate over smd via device nodes. This enable the
+ usersapce clients to read and write to some smd packets channel
+ for MSM chipset.
+
config TILE_SROM
bool "Character-device access via hypervisor to the Tilera SPI ROM"
depends on TILE