diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-05-31 00:46:41 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-07 18:31:10 +0200 |
commit | 67a322a79c84f43c276a8780c6d81e33ade1fcde (patch) | |
tree | 70e76c9f45d8628ce088b4fc6fdee31beb1375ae | |
parent | 68e7a2a0b7d8730933d3788806c3480c8f0d09de (diff) | |
download | upstream-67a322a79c84f43c276a8780c6d81e33ade1fcde.tar.gz upstream-67a322a79c84f43c276a8780c6d81e33ade1fcde.tar.bz2 upstream-67a322a79c84f43c276a8780c6d81e33ade1fcde.zip |
kernel: remove CONFIG_ZONE_DMA_FLAG from 4.9
There are no CONFIG_ZONE_DMA_FLAG config symbol since 4.7.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
-rw-r--r-- | target/linux/generic/config-4.9 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index f50f0f0e80..3b69930ce6 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -5266,7 +5266,6 @@ CONFIG_XZ_DEC=y # CONFIG_ZLIB_DEFLATE is not set # CONFIG_ZLIB_INFLATE is not set CONFIG_ZONE_DMA=y -CONFIG_ZONE_DMA_FLAG=1 # CONFIG_ZPA2326 is not set # CONFIG_ZPOOL is not set # CONFIG_ZRAM is not set |