Commit 0b694219 authored by Nathan Chancellor's avatar Nathan Chancellor Committed by Greg Kroah-Hartman

staging: android: Kconfig; Remove excessive hyphens

Fixes the following checkpatch.pl warning:
"prefer 'help' over '---help---' for new help texts"
Signed-off-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1d6e65be
...@@ -6,7 +6,7 @@ config ASHMEM ...@@ -6,7 +6,7 @@ config ASHMEM
bool "Enable the Anonymous Shared Memory Subsystem" bool "Enable the Anonymous Shared Memory Subsystem"
default n default n
depends on SHMEM depends on SHMEM
---help--- help
The ashmem subsystem is a new shared memory allocator, similar to The ashmem subsystem is a new shared memory allocator, similar to
POSIX SHM but with different behavior and sporting a simpler POSIX SHM but with different behavior and sporting a simpler
file-based API. file-based API.
...@@ -18,7 +18,7 @@ config ANDROID_VSOC ...@@ -18,7 +18,7 @@ config ANDROID_VSOC
tristate "Android Virtual SoC support" tristate "Android Virtual SoC support"
default n default n
depends on PCI_MSI depends on PCI_MSI
---help--- help
This option adds support for the Virtual SoC driver needed to boot This option adds support for the Virtual SoC driver needed to boot
a 'cuttlefish' Android image inside QEmu. The driver interacts with a 'cuttlefish' Android image inside QEmu. The driver interacts with
a QEmu ivshmem device. If built as a module, it will be called vsoc. a QEmu ivshmem device. If built as a module, it will be called vsoc.
......
...@@ -3,7 +3,7 @@ menuconfig ION ...@@ -3,7 +3,7 @@ menuconfig ION
depends on HAVE_MEMBLOCK && HAS_DMA && MMU depends on HAVE_MEMBLOCK && HAS_DMA && MMU
select GENERIC_ALLOCATOR select GENERIC_ALLOCATOR
select DMA_SHARED_BUFFER select DMA_SHARED_BUFFER
---help--- help
Choose this option to enable the ION Memory Manager, Choose this option to enable the ION Memory Manager,
used by Android to efficiently allocate buffers used by Android to efficiently allocate buffers
from userspace that can be shared between drivers. from userspace that can be shared between drivers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment