gpu: arm: mali400: move r6p2 config into r6p2-01rel0 directory
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 8 Dec 2017 07:02:54 +0000 (16:02 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2019 02:25:35 +0000 (11:25 +0900)
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>
drivers/gpu/arm/mali400/Kconfig
drivers/gpu/arm/mali400/r6p2_01rel0/Kconfig

index 58dfaab9dfb85fb41752b49f7f97406ddcb0e2de..45d42a4090113d52799162f014859296c54d695c 100644 (file)
@@ -60,15 +60,6 @@ if MALI_VER_R6P2_01REL0
 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
index 139beaa724c52eacceefdc0ae21d8c0fb16eb966..1fc13992392e1f19b1cad013b6b880ff06434c8c 100644 (file)
@@ -92,3 +92,13 @@ config MALI_QUIET
          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.