aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-2.6.33
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-15 18:25:23 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-17 08:22:41 -0700
commit474d7b392a0e68011cddf53bf255345f72c83f7f (patch)
tree2e63ffe853cdeb1bb9b7ccfb6d69e9960fbe3eb4 /recipes/linux/linux-2.6.33
parent3109a7ee392b2d09cb9542ea7307ff09526b325b (diff)
downloadopenembedded-474d7b392a0e68011cddf53bf255345f72c83f7f.tar.gz
linux: Add CONFIG_MODULES to qemu{ppc,sh4,mips64}
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/linux/linux-2.6.33')
-rw-r--r--recipes/linux/linux-2.6.33/qemuppc/defconfig7
-rw-r--r--recipes/linux/linux-2.6.33/qemush4/defconfig7
2 files changed, 12 insertions, 2 deletions
diff --git a/recipes/linux/linux-2.6.33/qemuppc/defconfig b/recipes/linux/linux-2.6.33/qemuppc/defconfig
index 68e2ceeaef..a8ea480397 100644
--- a/recipes/linux/linux-2.6.33/qemuppc/defconfig
+++ b/recipes/linux/linux-2.6.33/qemuppc/defconfig
@@ -161,7 +161,12 @@ CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
-# CONFIG_MODULES is not set
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_MODVERSIONS=y
+# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_BLOCK=y
CONFIG_LBDAF=y
# CONFIG_BLK_DEV_BSG is not set
diff --git a/recipes/linux/linux-2.6.33/qemush4/defconfig b/recipes/linux/linux-2.6.33/qemush4/defconfig
index 2cc3e9bf2c..3934b893c8 100644
--- a/recipes/linux/linux-2.6.33/qemush4/defconfig
+++ b/recipes/linux/linux-2.6.33/qemush4/defconfig
@@ -134,7 +134,12 @@ CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
-# CONFIG_MODULES is not set
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_MODVERSIONS=y
+# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_BLOCK=y
# CONFIG_LBDAF is not set
# CONFIG_BLK_DEV_BSG is not set