[source] kernel: remove DEVMEM/DEVKMEM platform overrides

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 10 04:48:59 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/c2fc52ae222166455f85ef27670d6d12a8a7e9ba

commit c2fc52ae222166455f85ef27670d6d12a8a7e9ba
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Jan 9 17:51:54 2017 +0100

    kernel: remove DEVMEM/DEVKMEM platform overrides
    
    Those options are handled via top-level menuconfig instead
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ipq806x/config-4.4  | 1 -
 target/linux/malta/config-4.4    | 1 -
 target/linux/mediatek/config-4.4 | 1 -
 target/linux/mpc85xx/config-4.4  | 1 -
 target/linux/octeon/config-4.4   | 1 -
 target/linux/orion/config-4.4    | 1 -
 target/linux/zynq/config-4.4     | 1 -
 7 files changed, 7 deletions(-)

diff --git a/target/linux/ipq806x/config-4.4 b/target/linux/ipq806x/config-4.4
index 69c2198..898e32f 100644
--- a/target/linux/ipq806x/config-4.4
+++ b/target/linux/ipq806x/config-4.4
@@ -113,7 +113,6 @@ CONFIG_DEBUG_GPIO=y
 CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
 # CONFIG_DEBUG_UART_8250 is not set
 # CONFIG_DEBUG_USER is not set
-CONFIG_DEVMEM=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_OF=y
diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4
index 6786ba7..d190065 100644
--- a/target/linux/malta/config-4.4
+++ b/target/linux/malta/config-4.4
@@ -67,7 +67,6 @@ CONFIG_CRYPTO_RNG2=y
 CONFIG_CRYPTO_WORKQUEUE=y
 CONFIG_CSRC_R4K=y
 # CONFIG_DEBUG_FS is not set
-CONFIG_DEVKMEM=y
 CONFIG_DMA_MAYBE_COHERENT=y
 CONFIG_DMA_NONCOHERENT=y
 CONFIG_DNOTIFY=y
diff --git a/target/linux/mediatek/config-4.4 b/target/linux/mediatek/config-4.4
index 2d6140a..56e721b 100644
--- a/target/linux/mediatek/config-4.4
+++ b/target/linux/mediatek/config-4.4
@@ -120,7 +120,6 @@ CONFIG_DEBUG_UART_PHYS=0x11004000
 CONFIG_DEBUG_UART_VIRT=0xf1004000
 CONFIG_DEBUG_UNCOMPRESS=y
 # CONFIG_DEBUG_USER is not set
-CONFIG_DEVMEM=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_OF=y
diff --git a/target/linux/mpc85xx/config-4.4 b/target/linux/mpc85xx/config-4.4
index 6564b5d..fd0b206 100644
--- a/target/linux/mpc85xx/config-4.4
+++ b/target/linux/mpc85xx/config-4.4
@@ -69,7 +69,6 @@ CONFIG_CRYPTO_RNG2=y
 CONFIG_CRYPTO_WORKQUEUE=y
 CONFIG_DEBUG_BUGVERBOSE=y
 CONFIG_DEFAULT_UIMAGE=y
-CONFIG_DEVKMEM=y
 CONFIG_DNOTIFY=y
 CONFIG_DTC=y
 # CONFIG_E200 is not set
diff --git a/target/linux/octeon/config-4.4 b/target/linux/octeon/config-4.4
index b77983a..fd2f26f 100644
--- a/target/linux/octeon/config-4.4
+++ b/target/linux/octeon/config-4.4
@@ -70,7 +70,6 @@ CONFIG_DEBUG_INFO=y
 CONFIG_DEBUG_SPINLOCK=y
 CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
 CONFIG_DETECT_HUNG_TASK=y
-CONFIG_DEVKMEM=y
 CONFIG_DMA_COHERENT=y
 CONFIG_DNOTIFY=y
 CONFIG_DTC=y
diff --git a/target/linux/orion/config-4.4 b/target/linux/orion/config-4.4
index 515d714..57f0bc6 100644
--- a/target/linux/orion/config-4.4
+++ b/target/linux/orion/config-4.4
@@ -63,7 +63,6 @@ CONFIG_DEBUG_UART_8250_SHIFT=2
 CONFIG_DEBUG_UART_PHYS=0xf1012000
 CONFIG_DEBUG_UART_VIRT=0xfe012000
 # CONFIG_DEBUG_USER is not set
-CONFIG_DEVMEM=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_ENGINE=y
 CONFIG_DMA_ENGINE_RAID=y
diff --git a/target/linux/zynq/config-4.4 b/target/linux/zynq/config-4.4
index f8e080d..027435f 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



More information about the lede-commits mailing list