video: adf: Set ADF_MEMBLOCK to boolean
authorGuenter Roeck <groeck@chromium.org>
Thu, 3 Mar 2016 17:30:33 +0000 (09:30 -0800)
committerGuenter Roeck <groeck@chromium.org>
Thu, 3 Mar 2016 17:30:33 +0000 (09:30 -0800)
commit077be8a752875772589c70299a291070807c8046
tree4c3e7d6890d88d3da2695f86047ef69c77001e75
parentbb485f9d7aac6f4f2a75e0c3bd48d3b55966afb6
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