diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-04-12 09:35:14 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-26 10:27:45 +0200 |
commit | 0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b (patch) | |
tree | 0fbaf87f5d29a8440b51c7709e40d1746afeaa4f /target/linux/generic/config-3.18 | |
parent | 980c41f8e04f5586731e84492001971eb8371590 (diff) | |
download | upstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.tar.gz upstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.tar.bz2 upstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.zip |
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>
Diffstat (limited to 'target/linux/generic/config-3.18')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index ca9773441e..f434d56e6e 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -881,7 +881,6 @@ CONFIG_DEVPORT=y # CONFIG_DGNC is not set # CONFIG_DGRP is not set # CONFIG_DHT11 is not set -# CONFIG_DIRECT_IO is not set CONFIG_DISABLE_DEV_COREDUMP=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_DISPLAY_CONNECTOR_ANALOG_TV is not set |