Change various tristate config symbols from y to m

This should give the small ARM platforms a little more space.

svn path=/dists/sid/linux/; revision=20519
This commit is contained in:
Ben Hutchings 2013-08-17 19:28:41 +00:00
parent ec556de6ae
commit 2ffd7a7e78
4 changed files with 16 additions and 6 deletions

6
debian/changelog vendored
View File

@ -73,6 +73,12 @@ linux (3.10.7-1) UNRELEASED; urgency=low
* [arm] Fix the world famous typo with is_gate_vma()
* [rt] Update to 3.10.6-rt3
- hpsa: fix warning with smp_processor_id() in preemptible
* net/sched: Change NET_CLS_CGROUP from built-in to module
* [arm] Change SERIAL_8250_PCI from built-in to module
* net: Change WIZNET_W5{1,3}00 from built-in(!) to module
* net: Change DROP_MONITOR from built-in to module
* netlink: Change NETLINK_DIAG from built-in to module; enable on
armel/{iop32x,ixp4xx,orion5x}
[ Thorsten Glaser ]
* [m68k] debian/patches/bugfix/m68k/atari-irqs.patch: patch from mailing list

View File

@ -111,6 +111,11 @@ CONFIG_YAM=m
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=m
##
## file: drivers/tty/serial/8250/Kconfig
##
CONFIG_SERIAL_8250_PCI=m
##
## file: drivers/virtio/Kconfig
##

View File

@ -46,7 +46,6 @@ CONFIG_IPV6=m
## file: net/netlink/Kconfig
##
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
##
## file: security/yama/Kconfig

10
debian/config/config vendored
View File

@ -2330,8 +2330,8 @@ CONFIG_VIA_VELOCITY=m
## file: drivers/net/ethernet/wiznet/Kconfig
##
CONFIG_NET_VENDOR_WIZNET=y
CONFIG_WIZNET_W5100=y
CONFIG_WIZNET_W5300=y
CONFIG_WIZNET_W5100=m
CONFIG_WIZNET_W5300=m
##
## file: drivers/net/fddi/Kconfig
@ -4478,7 +4478,7 @@ CONFIG_NETPRIO_CGROUP=m
CONFIG_BPF_JIT=y
CONFIG_NET_PKTGEN=m
# CONFIG_NET_TCPPROBE is not set
CONFIG_NET_DROP_MONITOR=y
CONFIG_NET_DROP_MONITOR=m
CONFIG_WIRELESS=y
##
@ -4937,7 +4937,7 @@ CONFIG_IP_VS_PE_SIP=m
## file: net/netlink/Kconfig
##
CONFIG_NETLINK_MMAP=y
CONFIG_NETLINK_DIAG=y
CONFIG_NETLINK_DIAG=m
##
## file: net/nfc/Kconfig
@ -5033,7 +5033,7 @@ CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_CGROUP=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m