diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-06 22:34:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-06 22:34:24 +0000 |
commit | e63318d6d57fb7ed25f1d125bcc09b7b489ee2ae (patch) | |
tree | 76547456a9591afa7b25d3fd31338c67108fb594 /target/linux/mpc52xx | |
parent | 2518f83f6e198cf104915d33b121998a6df8da21 (diff) | |
download | upstream-e63318d6d57fb7ed25f1d125bcc09b7b489ee2ae.tar.gz upstream-e63318d6d57fb7ed25f1d125bcc09b7b489ee2ae.tar.bz2 upstream-e63318d6d57fb7ed25f1d125bcc09b7b489ee2ae.zip |
kernel: do not build kernel modules by default
No config option should be set to m in the default config, because
there is also some script needed which picks the module up into the
image and that is missing this way. Always create a kmod when building
a module.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41539
Diffstat (limited to 'target/linux/mpc52xx')
-rw-r--r-- | target/linux/mpc52xx/config-3.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/mpc52xx/config-3.10 b/target/linux/mpc52xx/config-3.10 index d0a891cd10..5cb5aeee25 100644 --- a/target/linux/mpc52xx/config-3.10 +++ b/target/linux/mpc52xx/config-3.10 @@ -281,7 +281,6 @@ CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_UIDGID_CONVERTED=y CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_SUPPORT=y -CONFIG_VIDEO_OUTPUT_CONTROL=m # CONFIG_VLAN_8021Q is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_WATCHDOG_NOWAYOUT=y |