aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-11-07 19:58:41 -0800
committerColin Cross <ccross@android.com>2013-12-12 18:27:15 -0800
commit8f1c42284159ebd6851e1e75507f2ad6fba87d0f (patch)
treefe342d02e224d006a23745a657148ce62b54fee4 /drivers/staging/android
parent0f9ae3f7fc853efb3f36e44b1c24ca15490e54f0 (diff)
ion: Improve ION config description
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>
Diffstat (limited to 'drivers/staging/android')
-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 3215bd8fb45..a342d96ee4f 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"