From 0ba7b43eefc3dfb13e2945b18142f94d57e77e74 Mon Sep 17 00:00:00 2001 From: luka Date: Wed, 6 Nov 2013 08:19:24 +0000 Subject: [PATCH] kernel: add some config options Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38660 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/config-3.10 | 3 +++ target/linux/generic/config-3.12 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 55c1b0fd8e..e934c5e908 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -149,6 +149,9 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_NUC93X is not set # CONFIG_ARCH_OMAP is not set # CONFIG_ARCH_OMAP1 is not set +# CONFIG_ARCH_OMAP2PLUS is not set +# CONFIG_ARCH_OMAP3 is not set +# CONFIG_ARCH_OMAP4 is not set # CONFIG_ARCH_ORION5X is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ARCH_PICOXCELL is not set diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index 64a363379b..7af327ad6a 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -156,6 +156,9 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCH_NUC93X is not set # CONFIG_ARCH_OMAP is not set # CONFIG_ARCH_OMAP1 is not set +# CONFIG_ARCH_OMAP2PLUS is not set +# CONFIG_ARCH_OMAP3 is not set +# CONFIG_ARCH_OMAP4 is not set # CONFIG_ARCH_ORION5X is not set # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ARCH_PICOXCELL is not set -- 2.30.2