aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/Kconfig
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-12-13 19:26:34 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-14 09:01:18 -0800
commit024789ae3b5517de151032623d1534aae804236b (patch)
tree44b756f500917f30970804934b63e73958ede025 /drivers/staging/android/ion/Kconfig
parention: Cleanup whitespace issues and other checkpatch problems (diff)
downloadlinux-dev-024789ae3b5517de151032623d1534aae804236b.tar.xz
linux-dev-024789ae3b5517de151032623d1534aae804236b.zip
ion: Improve ION config description
Mostly just to quiet checkpatch warnings, be more verbose in describing the ION config option. Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/ion/Kconfig')
-rw-r--r--drivers/staging/android/ion/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/staging/android/ion/Kconfig b/drivers/staging/android/ion/Kconfig
index 3215bd8fb458..a342d96ee4f0 100644
--- a/drivers/staging/android/ion/Kconfig
+++ b/drivers/staging/android/ion/Kconfig
@@ -2,8 +2,12 @@ menuconfig ION
tristate "Ion Memory Manager"
select GENERIC_ALLOCATOR
select DMA_SHARED_BUFFER
- help
- Chose this option to enable the ION Memory Manager.
+ ---help---
+ Chose this option to enable the ION Memory Manager,
+ used by Android to efficiently allocate buffers
+ from userspace that can be shared between drivers.
+ If you're not using Android its probably safe to
+ say N here.
config ION_TEST
tristate "Ion Test Device"