diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-04-12 09:35:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 12:57:41 +0100 |
commit | 157b892994726ca580a1326f34feabf7f627c94d (patch) | |
tree | 5c02020815f29ff82e7d6f8d5e5a9388fb803103 /target/linux/sunxi | |
parent | adc9f935c34d42375f0ea5d29a8995a99f75466f (diff) | |
download | mtk-20170518-157b892994726ca580a1326f34feabf7f627c94d.zip mtk-20170518-157b892994726ca580a1326f34feabf7f627c94d.tar.gz mtk-20170518-157b892994726ca580a1326f34feabf7f627c94d.tar.bz2 |
kernel: remove out of tree direct-io disable hack
Direct-IO support has to be enabled for the release build anyway, so
this hack is not worth keeping
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(backported from commit 0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-4.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index a978e9d..982dce0 100644 --- a/target/linux/sunxi/config-4.4 +++ b/target/linux/sunxi/config-4.4 @@ -136,7 +136,6 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DIRECT_IO=y CONFIG_DMADEVICES=y CONFIG_DMA_ENGINE=y CONFIG_DMA_OF=y |