From e213506708d3282fde468ac7a6a688fbb5ec63be Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 22 Feb 2009 18:31:02 +0000 Subject: [PATCH] [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular. svn path=/dists/trunk/linux-2.6/; revision=12914 --- debian/changelog | 1 + debian/config/arm/config.iop32x | 2 +- debian/config/arm/config.ixp4xx | 2 +- debian/config/arm/config.versatile | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7f8b593f..81f39326d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ linux-2.6 (2.6.29~rc5-1~experimental.1) UNRELEASED; urgency=low [ Martin Michlmayr ] * [mips/r4k-ip22] Build in RTC_DRV_DS1286. * [mips/r5k-ip32] Build in RTC_DRV_CMOS. + * [arm/versatile, arm/iop32x, arm/ixp4xx] Make LLC2 modular. -- maximilian attems Thu, 19 Feb 2009 13:25:20 +0100 diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 40555e670..9b8f96dc0 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -819,7 +819,7 @@ CONFIG_IPX_INTERN=y ## ## file: net/llc/Kconfig ## -CONFIG_LLC2=y +CONFIG_LLC2=m ## ## file: net/wanrouter/Kconfig diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index f8304e527..40bf7ec65 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -879,7 +879,7 @@ CONFIG_LAPB=m ## ## file: net/llc/Kconfig ## -CONFIG_LLC2=y +CONFIG_LLC2=m ## ## file: net/wanrouter/Kconfig diff --git a/debian/config/arm/config.versatile b/debian/config/arm/config.versatile index 4235d046b..5e88d81c0 100644 --- a/debian/config/arm/config.versatile +++ b/debian/config/arm/config.versatile @@ -531,7 +531,7 @@ CONFIG_IPX_INTERN=y ## ## file: net/llc/Kconfig ## -CONFIG_LLC2=y +CONFIG_LLC2=m ## ## file: net/wanrouter/Kconfig