diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-09 17:51:54 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 13:48:53 +0100 |
commit | c2fc52ae222166455f85ef27670d6d12a8a7e9ba (patch) | |
tree | d215100d71252c947480b8e42345f56bf793093f /target/linux/zynq | |
parent | 36167ae46c62caa9e0409423ecd1aaa4d18dad1c (diff) | |
download | upstream-c2fc52ae222166455f85ef27670d6d12a8a7e9ba.tar.gz upstream-c2fc52ae222166455f85ef27670d6d12a8a7e9ba.tar.bz2 upstream-c2fc52ae222166455f85ef27670d6d12a8a7e9ba.zip |
kernel: remove DEVMEM/DEVKMEM platform overrides
Those options are handled via top-level menuconfig instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/zynq')
-rw-r--r-- | target/linux/zynq/config-4.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/zynq/config-4.4 b/target/linux/zynq/config-4.4 index f8e080d5f9..027435f7fb 100644 --- a/target/linux/zynq/config-4.4 +++ b/target/linux/zynq/config-4.4 @@ -179,7 +179,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVMEM=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DIRECT_IO=y |