From ad0463c2e8753569f135aebaec5b7ecd8ac6febd Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 22 Nov 2019 20:13:55 +0100 Subject: [PATCH] kernel: Add missing configuration option This was found by the build bot. Fixes: db345220b485 ("kernel: bump 4.14 to 4.14.155") Signed-off-by: Hauke Mehrtens (cherry picked from commit 103e49f62e72664ee0d5285007907a75960e8645) --- target/linux/generic/config-4.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index a8c8642c06..b0805b1a2c 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1126,6 +1126,7 @@ CONFIG_DEVPORT=y # CONFIG_DMA_API_DEBUG is not set # CONFIG_DMA_ENGINE is not set # CONFIG_DMA_FENCE_TRACE is not set +# CONFIG_DMA_JZ4780 is not set # CONFIG_DMA_NOOP_OPS is not set # CONFIG_DMA_SHARED_BUFFER is not set # CONFIG_DMA_VIRT_OPS is not set