From cad4cd7bb21bb799ba8036f030a5077f6b2e4293 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 1 Apr 2008 15:21:33 +0000 Subject: [PATCH] * debian/changelog: Update. * debian/config/alpha/config, debian/config/amd64/config, debian/config/i386/config: Make ATM modular. svn path=/dists/trunk/linux-2.6/; revision=11027 --- debian/changelog | 1 + debian/config/alpha/config | 4 ++-- debian/config/amd64/config | 4 ++-- debian/config/i386/config | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index e65c4db52..ed8fb88b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -85,6 +85,7 @@ linux-2.6 (2.6.25~rc7-1~experimental.1) UNRELEASED; urgency=low * [hppa] Enable several filesystems. * Make NLS modular. * [i386/486] Make ext2 modular. + * [alpha,amd64,i386] Make ATM modular. [ Steve Langasek ] * topconfig: Enable CONFIG_CIFS_WEAK_PW_HASH, required for compatibility diff --git a/debian/config/alpha/config b/debian/config/alpha/config index b132e7d53..0a99a8ee1 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -1338,8 +1338,8 @@ CONFIG_CRC32=m ## ## file: net/atm/Kconfig ## -CONFIG_ATM=y -CONFIG_ATM_CLIP=y +CONFIG_ATM=m +CONFIG_ATM_CLIP=m # CONFIG_ATM_CLIP_NO_ICMP is not set CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m diff --git a/debian/config/amd64/config b/debian/config/amd64/config index 75d9bc86d..2f1b3fd13 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -1489,8 +1489,8 @@ CONFIG_RESOURCES_64BIT=y ## ## file: net/atm/Kconfig ## -CONFIG_ATM=y -CONFIG_ATM_CLIP=y +CONFIG_ATM=m +CONFIG_ATM_CLIP=m # CONFIG_ATM_CLIP_NO_ICMP is not set CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m diff --git a/debian/config/i386/config b/debian/config/i386/config index bc508286b..97f258986 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1753,8 +1753,8 @@ CONFIG_FLATMEM_MANUAL=y ## ## file: net/atm/Kconfig ## -CONFIG_ATM=y -CONFIG_ATM_CLIP=y +CONFIG_ATM=m +CONFIG_ATM_CLIP=m # CONFIG_ATM_CLIP_NO_ICMP is not set CONFIG_ATM_LANE=m CONFIG_ATM_MPOA=m