From: John Stultz Date: Sat, 14 Dec 2013 03:26:34 +0000 (-0800) Subject: ion: Improve ION config description X-Git-Tag: upstream/snapshot3+hdmi~3491^2~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=024789ae3b5517de151032623d1534aae804236b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/ion/Kconfig b/drivers/staging/android/ion/Kconfig index 3215bd8..a342d96 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"