The CONFIG_MALI_DMA_BUF_FENCE is for r6p2-01rel0 config option, but
it was not moved into the directory from the commit
0d7c6052efd0
("gpu: arm: mali400: move mali driver to a r6p2-01rel0 folder").
Move the r6p2 config into the directory.
This removes following Kconfig warning:
drivers/gpu/arm/mali400/Kconfig:66:warning: defaults for choice values not supported
Change-Id: Ic46b629a3d2867715651f41b79b89a87428ad795
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
source "drivers/gpu/arm/mali400/r6p2_01rel0/Kconfig"
endif
-config MALI_DMA_BUF_FENCE
- bool "Make DMA BUF Fence"
- depends on MALI400
- default n
- ---help---
- Choose this option if you want to use fences and reservations for
- synchronization of shared dma-buf access between different drivers.
-
- If unsure, say N.
config MALI_VER_R5P2_REL0
bool "Mali400 Version R5P2-REL0"
help
This forces the Mali driver to never print any messages.
If unsure, say N.
+
+config MALI_DMA_BUF_FENCE
+ bool "Make DMA BUF Fence"
+ depends on MALI400
+ default n
+ ---help---
+ Choose this option if you want to use fences and reservations for
+ synchronization of shared dma-buf access between different drivers.
+
+ If unsure, say N.