From: Gustavo Zacarias Date: Mon, 28 Mar 2016 21:03:58 +0000 (-0300) Subject: configs/qemu: enable modules for x86 and x86_64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdc5f301f8d60024469c497e15641d776174dd87;p=buildroot.git configs/qemu: enable modules for x86 and x86_64 It's useful for demo configs which have more features, like automatically loaded (module) drivers. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/board/qemu/x86/linux-4.5.config b/board/qemu/x86/linux-4.5.config index 9cd64f73dc..c630f02417 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 9cd64f73dc..c630f02417 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