diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-06 08:19:24 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-06 08:19:24 +0000 |
commit | 0ba7b43eefc3dfb13e2945b18142f94d57e77e74 (patch) | |
tree | d3c3ac3236c0110fd700dc4024d06b9a5570463b /target/linux/generic | |
parent | 43b4db2de5535148f6e642794ccfe913516034c7 (diff) |
kernel: add some config options
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.10 | 3 | ||||
-rw-r--r-- | target/linux/generic/config-3.12 | 3 |
2 files changed, 6 insertions, 0 deletions
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 |