video: adf: Set ADF_MEMBLOCK to boolean
authorGuenter Roeck <groeck@chromium.org>
Thu, 3 Mar 2016 17:30:33 +0000 (09:30 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 7 Apr 2016 11:19:56 +0000 (16:49 +0530)
commitc37e85aae233519567c82a34a6201cf95f1280a6
tree3291378b2af99ef0574023aeb718f211252237d0
parent74260562e2fed255ca80f31f74140f9d493ce290
video: adf: Set ADF_MEMBLOCK to boolean

Attempts to build with CONFIG_ADF_MEMBLOCK=m result in the following
build error.

ERROR: "memblock_free" [drivers/video/adf/adf_memblock.ko] undefined!

memblock_free() is marked as __init_memblock, so exporting it seems to be
a bad idea. All other callers are only configurable into the kernel,
so do the same with ADF_MEMBLOCK.

Signed-off-by: Guenter Roeck <groeck@chromium.org>
drivers/video/adf/Kconfig