diff options
author | Inki Dae <inki.dae@samsung.com> | 2018-03-22 08:01:47 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-09-03 15:33:10 +0900 |
commit | 398eba9cbcc50ed7f6684954b056299bcba54147 (patch) | |
tree | 9b7c4aac503060d323ad75209bfce24fae2cc325 | |
parent | 61e1b691fca4955af9a42d5f3f4fbc26ee7c02a4 (diff) | |
download | linux-rpi3-398eba9cbcc50ed7f6684954b056299bcba54147.tar.gz linux-rpi3-398eba9cbcc50ed7f6684954b056299bcba54147.tar.bz2 linux-rpi3-398eba9cbcc50ed7f6684954b056299bcba54147.zip |
arm: tizen_bcm2709_defconfig: enable sync file validation framework
Vulcan DDK will use this interface to create a fence and
increase timeline value of the fence.
Change-Id: I13c3f2442d26841e715dd01583d23f02b670679e
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_bcm2709_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_bcm2709_defconfig b/arch/arm/configs/tizen_bcm2709_defconfig index 5c89123be47c..9f3e6060760d 100644 --- a/arch/arm/configs/tizen_bcm2709_defconfig +++ b/arch/arm/configs/tizen_bcm2709_defconfig @@ -3976,7 +3976,7 @@ CONFIG_DMA_BCM2708=y # DMABUF options # CONFIG_SYNC_FILE=y -# CONFIG_SW_SYNC is not set +CONFIG_SW_SYNC=y # CONFIG_AUXDISPLAY is not set # CONFIG_UIO is not set # CONFIG_VIRT_DRIVERS is not set |