enable some arm/iop32x options

svn path=/dists/trunk/linux-2.6/; revision=9972
This commit is contained in:
Martin Michlmayr 2007-12-18 04:13:15 +00:00
parent 19655304f6
commit 80ab7335fb
2 changed files with 16 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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

View File

@ -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