ion: Improve ION config description
authorJohn Stultz <john.stultz@linaro.org>
Fri, 8 Nov 2013 03:58:41 +0000 (19:58 -0800)
committerColin Cross <ccross@android.com>
Fri, 13 Dec 2013 02:27:15 +0000 (18:27 -0800)
Mostly just to quiet checkpatch warnings, be more verbose
in describing the ION config option.

Change-Id: I194235f1a68623dca15ae6e658fc99d00943a827
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/staging/android/ion/Kconfig

index 3215bd8fb4586b954dc831b9da4230d7fc4f5644..a342d96ee4f098ca6aad4b2b433350d9079a75e9 100644 (file)
@@ -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"