From 80ab7335fb123883822af98b1387c6b222cfd03e Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 18 Dec 2007 04:13:15 +0000 Subject: [PATCH] enable some arm/iop32x options svn path=/dists/trunk/linux-2.6/; revision=9972 --- debian/changelog | 3 +++ debian/config/arm/config.iop32x | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1caa5c21c..c64b3b10f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,9 @@ linux-2.6 (2.6.24~rc5-1~experimental.1) UNRELEASED; urgency=low [ Martin Michlmayr ] * [mipsel/r5k-cobalt] Enable the new LEDs driver for Cobalt RaQ. + * [arm/iop32x] Re-enable USB_NET and PPP, thanks Daniel Hess (closes: + #456416). + * [arm/iop32x] Enable BSD_PROCESS_ACCT and POSIX_MQUEUE (closes: #455892). [ dann frazier ] * [ia64]: Enable BLK_CPQ_DA diff --git a/debian/config/arm/config.iop32x b/debian/config/arm/config.iop32x index 19b957ef8..9e43fc0f9 100644 --- a/debian/config/arm/config.iop32x +++ b/debian/config/arm/config.iop32x @@ -16,7 +16,9 @@ CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y -# CONFIG_POSIX_MQUEUE is not set +CONFIG_POSIX_MQUEUE=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_AUDIT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" @@ -166,6 +168,16 @@ CONFIG_BINFMT_MISC=m # Networking # CONFIG_NET=y +CONFIG_USB_USBNET=m +CONFIG_PPP=m +CONFIG_PPP_MULTILINK=y +CONFIG_PPP_FILTER=y +CONFIG_PPP_ASYNC=m +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPPOE=m +CONFIG_PPPOATM=m # # Networking options