aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/adf/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* video: adf: Set ADF_MEMBLOCK to booleanGuenter Roeck2017-04-131-1/+1
| | | | | | | | | | | | | | | 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> (cherry picked from commit 077be8a752875772589c70299a291070807c8046) Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
* first commitMeizu OpenSource2016-08-151-0/+14