diff options
author | Tony Lindgren <tony@atomide.com> | 2014-10-27 12:00:21 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-27 16:05:50 -0400 |
commit | 49dc71268bec9a6a28107ba64d834460e1513909 (patch) | |
tree | 433dc83a2740140098d0d0600274821b75fcad31 | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f (diff) |
ARM: omap2plus_defconfig: Fix bloat caused by having ipv6 built-in
Commit 673ce00c5d6c (ARM: omap2plus_defconfig: Add support for
distros with systemd) caused considerable bloat as noted by
Paul Walmsley <paul@pwsan.com>.
Let's fix this issue by making what we can into loadable modules
for the systemd options. That's only IPV6 and AUTOFS4_FS it
seems, and IPv6 defaults to a loadable module.
Reported-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 16e719c268dd..3fbad5b95619 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -86,7 +86,6 @@ CONFIG_IP_PNP_DHCP=y | |||
86 | CONFIG_IP_PNP_BOOTP=y | 86 | CONFIG_IP_PNP_BOOTP=y |
87 | CONFIG_IP_PNP_RARP=y | 87 | CONFIG_IP_PNP_RARP=y |
88 | # CONFIG_INET_LRO is not set | 88 | # CONFIG_INET_LRO is not set |
89 | CONFIG_IPV6=y | ||
90 | CONFIG_NETFILTER=y | 89 | CONFIG_NETFILTER=y |
91 | CONFIG_CAN=m | 90 | CONFIG_CAN=m |
92 | CONFIG_CAN_C_CAN=m | 91 | CONFIG_CAN_C_CAN=m |
@@ -317,7 +316,7 @@ CONFIG_EXT4_FS=y | |||
317 | CONFIG_FANOTIFY=y | 316 | CONFIG_FANOTIFY=y |
318 | CONFIG_QUOTA=y | 317 | CONFIG_QUOTA=y |
319 | CONFIG_QFMT_V2=y | 318 | CONFIG_QFMT_V2=y |
320 | CONFIG_AUTOFS4_FS=y | 319 | CONFIG_AUTOFS4_FS=m |
321 | CONFIG_MSDOS_FS=y | 320 | CONFIG_MSDOS_FS=y |
322 | CONFIG_VFAT_FS=y | 321 | CONFIG_VFAT_FS=y |
323 | CONFIG_TMPFS=y | 322 | CONFIG_TMPFS=y |