All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/qemu: enable modules for x86 and x86_64
@ 2016-03-28 21:03 Gustavo Zacarias
  2016-03-29  1:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-03-28 21:03 UTC (permalink / raw)
  To: buildroot

It's useful for demo configs which have more features, like
automatically loaded (module) drivers.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 board/qemu/x86/linux-4.5.config    | 2 ++
 board/qemu/x86_64/linux-4.5.config | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/board/qemu/x86/linux-4.5.config b/board/qemu/x86/linux-4.5.config
index 9cd64f7..c630f02 100644
--- a/board/qemu/x86/linux-4.5.config
+++ b/board/qemu/x86/linux-4.5.config
@@ -1,4 +1,6 @@
 CONFIG_SYSVIPC=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
 CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
diff --git a/board/qemu/x86_64/linux-4.5.config b/board/qemu/x86_64/linux-4.5.config
index 9cd64f7..c630f02 100644
--- a/board/qemu/x86_64/linux-4.5.config
+++ b/board/qemu/x86_64/linux-4.5.config
@@ -1,4 +1,6 @@
 CONFIG_SYSVIPC=y
+CONFIG_MODULES=y
+CONFIG_MODULE_UNLOAD=y
 CONFIG_SMP=y
 CONFIG_NET=y
 CONFIG_PACKET=y
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] configs/qemu: enable modules for x86 and x86_64
  2016-03-28 21:03 [Buildroot] [PATCH] configs/qemu: enable modules for x86 and x86_64 Gustavo Zacarias
@ 2016-03-29  1:01 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-03-29  1:01 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 28 Mar 2016 18:03:58 -0300, Gustavo Zacarias wrote:
> It's useful for demo configs which have more features, like
> automatically loaded (module) drivers.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  board/qemu/x86/linux-4.5.config    | 2 ++
>  board/qemu/x86_64/linux-4.5.config | 2 ++
>  2 files changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-29  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-28 21:03 [Buildroot] [PATCH] configs/qemu: enable modules for x86 and x86_64 Gustavo Zacarias
2016-03-29  1:01 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.