]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
configs/qemu: enable modules for x86 and x86_64
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 28 Mar 2016 21:03:58 +0000 (18:03 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Mar 2016 01:01:44 +0000 (03:01 +0200)
It's useful for demo configs which have more features, like
automatically loaded (module) drivers.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/qemu/x86/linux-4.5.config
board/qemu/x86_64/linux-4.5.config

index 9cd64f73dc5e6c6b7688897d6e9145895cc85f6c..c630f02417786cd59ba0671a7952a17b4f66b74d 100644 (file)
@@ -1,4 +1,6 @@
 CONFIG_SYSVIPC=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
 CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
index 9cd64f73dc5e6c6b7688897d6e9145895cc85f6c..c630f02417786cd59ba0671a7952a17b4f66b74d 100644 (file)
@@ -1,4 +1,6 @@
 CONFIG_SYSVIPC=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
 CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y