From ec341849ceb592b2d1237c9c473f85a14a727a30 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 14 Jun 2008 09:14:12 +0000 Subject: [PATCH] Enable HAMRADIO on the request of Heinz Janssen. svn path=/dists/trunk/linux-2.6/; revision=11635 --- debian/changelog | 2 ++ debian/config/arm/config.iop32x | 6 +++++- debian/config/arm/config.ixp4xx | 6 +++++- debian/config/arm/config.orion5x | 9 +++++++++ debian/config/mipsel/config.r5k-cobalt | 6 +++++- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c27374af..591a34c9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,8 @@ linux-2.6 (2.6.26~rc6-1~experimental.1) UNRELEASED; urgency=low * [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524). * [arm/iop32x] Add LED driver for Thecus N2100 (Riku Voipio). * [mips/r5k-ip32] Enable USB. + * [arm/orion5x, arm/iop32x, arm/ixp4xx, mipsel/r5k-cobalt] Enable HAMRADIO + on the request of Heinz Janssen. [ Ian Campbell ] * Readme.build updated on how to generate orig tarballs. diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 411362d2d..8a774b9e6 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -749,7 +749,11 @@ CONFIG_ATM_BR2684=m ## ## file: net/ax25/Kconfig ## -# CONFIG_HAMRADIO is not set +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +CONFIG_NETROM=m +CONFIG_ROSE=m ## ## file: net/bridge/netfilter/Kconfig diff --git a/debian/config/arm/config.ixp4xx b/debian/config/arm/config.ixp4xx index b0d1adb74..a6c8f777d 100644 --- a/debian/config/arm/config.ixp4xx +++ b/debian/config/arm/config.ixp4xx @@ -749,7 +749,11 @@ CONFIG_ATM_BR2684=m ## ## file: net/ax25/Kconfig ## -# CONFIG_HAMRADIO is not set +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +CONFIG_NETROM=m +CONFIG_ROSE=m ## ## file: net/bridge/netfilter/Kconfig diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index aa1d42b38..9c3d55979 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -461,6 +461,15 @@ CONFIG_FLATMEM_MANUAL=y ## end choice # CONFIG_RESOURCES_64BIT is not set +## +## file: net/ax25/Kconfig +## +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +CONFIG_NETROM=m +CONFIG_ROSE=m + ## ## file: unknown ## diff --git a/debian/config/mipsel/config.r5k-cobalt b/debian/config/mipsel/config.r5k-cobalt index 63de9592b..050f598ae 100644 --- a/debian/config/mipsel/config.r5k-cobalt +++ b/debian/config/mipsel/config.r5k-cobalt @@ -800,7 +800,11 @@ CONFIG_FLATMEM_MANUAL=y ## ## file: net/ax25/Kconfig ## -# CONFIG_HAMRADIO is not set +CONFIG_HAMRADIO=y +CONFIG_AX25=m +# CONFIG_AX25_DAMA_SLAVE is not set +CONFIG_NETROM=m +CONFIG_ROSE=m ## ## file: net/bluetooth/Kconfig