From: Felix Fietkau Date: Mon, 9 Jan 2017 16:55:27 +0000 (+0100) Subject: kernel: remove DEVTMPFS platform overrides X-Git-Tag: v17.01.0-rc1~168 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=01d9527357767324158e7182d1d1484dde842ccb kernel: remove DEVTMPFS platform overrides Those options are handled via top-level menuconfig instead Signed-off-by: Felix Fietkau --- diff --git a/target/linux/brcm2708/bcm2708/config-4.4 b/target/linux/brcm2708/bcm2708/config-4.4 index 3103cbce1d..e74ad8e10b 100644 --- a/target/linux/brcm2708/bcm2708/config-4.4 +++ b/target/linux/brcm2708/bcm2708/config-4.4 @@ -101,7 +101,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVTMPFS=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2708=y CONFIG_DMA_BCM2835=y diff --git a/target/linux/brcm2708/bcm2709/config-4.4 b/target/linux/brcm2708/bcm2709/config-4.4 index a561b26c25..2aad7d97e6 100644 --- a/target/linux/brcm2708/bcm2709/config-4.4 +++ b/target/linux/brcm2708/bcm2709/config-4.4 @@ -108,7 +108,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVTMPFS=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2708=y CONFIG_DMA_BCM2835=y diff --git a/target/linux/brcm2708/bcm2710/config-4.4 b/target/linux/brcm2708/bcm2710/config-4.4 index 9c271dba7c..5f2b76a30e 100644 --- a/target/linux/brcm2708/bcm2710/config-4.4 +++ b/target/linux/brcm2708/bcm2710/config-4.4 @@ -108,7 +108,6 @@ CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" -CONFIG_DEVTMPFS=y CONFIG_DMADEVICES=y CONFIG_DMA_BCM2708=y CONFIG_DMA_BCM2835=y diff --git a/target/linux/zynq/config-4.4 b/target/linux/zynq/config-4.4 index 027435f7fb..70d09a1a43 100644 --- a/target/linux/zynq/config-4.4 +++ b/target/linux/zynq/config-4.4 @@ -179,8 +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_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y CONFIG_DIRECT_IO=y CONFIG_DMADEVICES=y CONFIG_DMA_CMA=y