diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 04f8b2d083c6..ad59b4e0a9b5 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -608,5 +608,13 @@ config RAMOOPS | |||
608 | This enables panic and oops messages to be logged to a circular | 608 | This enables panic and oops messages to be logged to a circular |
609 | buffer in RAM where it can be read back at some later point. | 609 | buffer in RAM where it can be read back at some later point. |
610 | 610 | ||
611 | config MSM_SMD_PKT | ||
612 | bool "Enable device interface for some SMD packet ports" | ||
613 | default n | ||
614 | depends on MSM_SMD | ||
615 | help | ||
616 | Enables userspace clients to read and write to some packet SMD | ||
617 | ports via device interface for MSM chipset. | ||
618 | |||
611 | endmenu | 619 | endmenu |
612 | 620 | ||