From: John Stultz Date: Fri, 8 Nov 2013 03:58:41 +0000 (-0800) Subject: ion: Improve ION config description X-Git-Tag: firefly_0821_release~4090^2~434 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f1c42284159ebd6851e1e75507f2ad6fba87d0f;p=firefly-linux-kernel-4.4.55.git 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 --- 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"