From: Hauke Mehrtens Date: Fri, 22 Nov 2019 19:13:55 +0000 (+0100) Subject: kernel: Add missing configuration option X-Git-Tag: v21.02.0-rc1~4477 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=103e49f62e72664ee0d5285007907a75960e8645;p=openwrt%2Fstaging%2Fhauke.git kernel: Add missing configuration option This was found by the build bot. Fixes: e29500eb849a ("kernel: bump 4.19 to 4.19.85") Fixes: db9e9e838216 ("kernel: bump 4.14 to 4.14.155") Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index 8455249e96..18f5b1a00a 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1127,6 +1127,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 diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 278b969c5f..13b7fd1121 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -1187,6 +1187,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