From ba9438fc319fe66e6f3457e9ae658c4d8fe9bd88 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 25 Jul 2008 23:31:53 +0000 Subject: [PATCH] [arm/orion5x] Enable binfmt aout, x25, wireless and ATM. svn path=/dists/trunk/linux-2.6/; revision=11906 --- debian/changelog | 1 + debian/config/arm/config.orion5x | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 359f5e144..5de0f2898 100644 --- a/debian/changelog +++ b/debian/changelog @@ -112,6 +112,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low * [arm/orion5x] export red SATA lights on TS-409, fix SATA presence/activity * [arm] Enable KEXEC (closes: #492268). * [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur. + * [arm/orion5x] Enable binfmt aout, x25, wireless and ATM. [ Ian Campbell ] * Readme.build updated on how to generate orig tarballs. diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index 1dc1ba3f2..cce71dab2 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -503,3 +503,26 @@ CONFIG_MV_XOR=y CONFIG_DMA_ENGINE=y # CONFIG_NET_DMA is not set +## +## file: fs/Kconfig.binfmt +## +CONFIG_BINFMT_ELF=y +CONFIG_BINFMT_AOUT=m +CONFIG_BINFMT_MISC=m + +## +## file: net/x25/Kconfig +## +CONFIG_X25=m + +## +## file: drivers/net/wireless/Kconfig +## +CONFIG_WLAN_PRE80211=y +CONFIG_WLAN_80211=y + +## +## file: net/atm/Kconfig +## +CONFIG_ATM=m +