From herbert@13thfloor.at Tue Feb 7 12:28:16 2006 Date: Tue, 7 Feb 2006 12:28:16 +0100 From: Herbert Poetzl To: Bernd Petrovitsch , Andrew Morton , Linus Torvalds Cc: Jan Engelhardt , Arjan van de Ven , Mark Lord , Ulrich Mueller , linux-kernel@vger.kernel.org, Jens Axboe , Byron Stanoszek , Ingo Molnar Subject: [PATCH] change from EMBEDDED to EXPERT Message-ID: <20060207112816.GA10737@MAIL.13thfloor.at> Mail-Followup-To: Bernd Petrovitsch , Andrew Morton , Linus Torvalds , Jan Engelhardt , Arjan van de Ven , Mark Lord , Ulrich Mueller , linux-kernel@vger.kernel.org, Jens Axboe , Byron Stanoszek , Ingo Molnar References: <43E3DB99.9020604@rtr.ca> <1139153913.3131.42.camel@laptopd505.fenrus.org> <1139174355.3131.50.camel@laptopd505.fenrus.org> <20060207004147.GA21620@MAIL.13thfloor.at> <1139305085.13091.17.camel@tara.firmix.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1139305085.13091.17.camel@tara.firmix.at> User-Agent: Mutt/1.5.6i Status: RO Content-Length: 140141 Lines: 3232 On Tue, Feb 07, 2006 at 10:38:05AM +0100, Bernd Petrovitsch wrote: > On Tue, 2006-02-07 at 01:41 +0100, Herbert Poetzl wrote: > > On Mon, Feb 06, 2006 at 03:56:34PM +0100, Jan Engelhardt wrote: > But don't be confused by the naming: CONFIG_EMBEDDED nowadays means > "options for people who know really what they do". It came originally > from the embedded world but applies now also to others. yeah, you are right, it confused me again, and I really should know it by now ... what about the following patch best, Herbert Signed-off-by: Herbert Poetzl diff -NurpP --minimal linux-2.6.16-rc2/arch/alpha/defconfig linux-2.6.16-rc2-exp/arch/alpha/defconfig --- linux-2.6.16-rc2/arch/alpha/defconfig 2005-08-29 22:24:49 +0200 +++ linux-2.6.16-rc2-exp/arch/alpha/defconfig 2006-02-07 12:15:34 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/assabet_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/assabet_defconfig --- linux-2.6.16-rc2/arch/arm/configs/assabet_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/assabet_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/at91rm9200dk_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/at91rm9200dk_defconfig --- linux-2.6.16-rc2/arch/arm/configs/at91rm9200dk_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/at91rm9200dk_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/at91rm9200ek_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/at91rm9200ek_defconfig --- linux-2.6.16-rc2/arch/arm/configs/at91rm9200ek_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/at91rm9200ek_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/badge4_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/badge4_defconfig --- linux-2.6.16-rc2/arch/arm/configs/badge4_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/badge4_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/bast_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/bast_defconfig --- linux-2.6.16-rc2/arch/arm/configs/bast_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/bast_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/cerfcube_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/cerfcube_defconfig --- linux-2.6.16-rc2/arch/arm/configs/cerfcube_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/cerfcube_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/clps7500_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/clps7500_defconfig --- linux-2.6.16-rc2/arch/arm/configs/clps7500_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/clps7500_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSVIPC=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/collie_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/collie_defconfig --- linux-2.6.16-rc2/arch/arm/configs/collie_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/collie_defconfig 2006-02-07 12:15:33 +0100 @@ -34,7 +34,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/corgi_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/corgi_defconfig --- linux-2.6.16-rc2/arch/arm/configs/corgi_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/corgi_defconfig 2006-02-07 12:15:33 +0100 @@ -34,7 +34,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/csb337_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/csb337_defconfig --- linux-2.6.16-rc2/arch/arm/configs/csb337_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/csb337_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/csb637_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/csb637_defconfig --- linux-2.6.16-rc2/arch/arm/configs/csb637_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/csb637_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ebsa110_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ebsa110_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ebsa110_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ebsa110_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/edb7211_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/edb7211_defconfig --- linux-2.6.16-rc2/arch/arm/configs/edb7211_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/edb7211_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/enp2611_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/enp2611_defconfig --- linux-2.6.16-rc2/arch/arm/configs/enp2611_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/enp2611_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ep80219_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ep80219_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ep80219_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ep80219_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/footbridge_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/footbridge_defconfig --- linux-2.6.16-rc2/arch/arm/configs/footbridge_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/footbridge_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/fortunet_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/fortunet_defconfig --- linux-2.6.16-rc2/arch/arm/configs/fortunet_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/fortunet_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/h3600_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/h3600_defconfig --- linux-2.6.16-rc2/arch/arm/configs/h3600_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/h3600_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/h7201_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/h7201_defconfig --- linux-2.6.16-rc2/arch/arm/configs/h7201_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/h7201_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y # CONFIG_AUDIT is not set CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/h7202_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/h7202_defconfig --- linux-2.6.16-rc2/arch/arm/configs/h7202_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/h7202_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/hackkit_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/hackkit_defconfig --- linux-2.6.16-rc2/arch/arm/configs/hackkit_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/hackkit_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/integrator_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/integrator_defconfig --- linux-2.6.16-rc2/arch/arm/configs/integrator_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/integrator_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/iq31244_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/iq31244_defconfig --- linux-2.6.16-rc2/arch/arm/configs/iq31244_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/iq31244_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/iq80321_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/iq80321_defconfig --- linux-2.6.16-rc2/arch/arm/configs/iq80321_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/iq80321_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/iq80331_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/iq80331_defconfig --- linux-2.6.16-rc2/arch/arm/configs/iq80331_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/iq80331_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/iq80332_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/iq80332_defconfig --- linux-2.6.16-rc2/arch/arm/configs/iq80332_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/iq80332_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ixdp2400_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2400_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ixdp2400_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2400_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ixdp2401_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2401_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ixdp2401_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2401_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ixdp2800_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2800_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ixdp2800_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2800_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ixdp2801_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2801_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ixdp2801_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ixdp2801_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/ixp4xx_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/ixp4xx_defconfig --- linux-2.6.16-rc2/arch/arm/configs/ixp4xx_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/ixp4xx_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/jornada720_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/jornada720_defconfig --- linux-2.6.16-rc2/arch/arm/configs/jornada720_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/jornada720_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/lart_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/lart_defconfig --- linux-2.6.16-rc2/arch/arm/configs/lart_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/lart_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/lpd7a400_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/lpd7a400_defconfig --- linux-2.6.16-rc2/arch/arm/configs/lpd7a400_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/lpd7a400_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/lpd7a404_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/lpd7a404_defconfig --- linux-2.6.16-rc2/arch/arm/configs/lpd7a404_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/lpd7a404_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/lubbock_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/lubbock_defconfig --- linux-2.6.16-rc2/arch/arm/configs/lubbock_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/lubbock_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/lusl7200_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/lusl7200_defconfig --- linux-2.6.16-rc2/arch/arm/configs/lusl7200_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/lusl7200_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_AUDIT is not set # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/mainstone_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/mainstone_defconfig --- linux-2.6.16-rc2/arch/arm/configs/mainstone_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/mainstone_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/mx1ads_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/mx1ads_defconfig --- linux-2.6.16-rc2/arch/arm/configs/mx1ads_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/mx1ads_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSVIPC=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/neponset_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/neponset_defconfig --- linux-2.6.16-rc2/arch/arm/configs/neponset_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/neponset_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/netwinder_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/netwinder_defconfig --- linux-2.6.16-rc2/arch/arm/configs/netwinder_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/netwinder_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/omap_h2_1610_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/omap_h2_1610_defconfig --- linux-2.6.16-rc2/arch/arm/configs/omap_h2_1610_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/omap_h2_1610_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/pleb_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/pleb_defconfig --- linux-2.6.16-rc2/arch/arm/configs/pleb_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/pleb_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/pxa255-idp_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/pxa255-idp_defconfig --- linux-2.6.16-rc2/arch/arm/configs/pxa255-idp_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/pxa255-idp_defconfig 2006-02-07 12:15:33 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/realview_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/realview_defconfig --- linux-2.6.16-rc2/arch/arm/configs/realview_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/realview_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/rpc_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/rpc_defconfig --- linux-2.6.16-rc2/arch/arm/configs/rpc_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/rpc_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/s3c2410_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/s3c2410_defconfig --- linux-2.6.16-rc2/arch/arm/configs/s3c2410_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/s3c2410_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/shannon_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/shannon_defconfig --- linux-2.6.16-rc2/arch/arm/configs/shannon_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/shannon_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/shark_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/shark_defconfig --- linux-2.6.16-rc2/arch/arm/configs/shark_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/shark_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/simpad_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/simpad_defconfig --- linux-2.6.16-rc2/arch/arm/configs/simpad_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/simpad_defconfig 2006-02-07 12:15:32 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_EXTRA_PASS=y diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/smdk2410_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/smdk2410_defconfig --- linux-2.6.16-rc2/arch/arm/configs/smdk2410_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/smdk2410_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/spitz_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/spitz_defconfig --- linux-2.6.16-rc2/arch/arm/configs/spitz_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/spitz_defconfig 2006-02-07 12:15:33 +0100 @@ -34,7 +34,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/arm/configs/versatile_defconfig linux-2.6.16-rc2-exp/arch/arm/configs/versatile_defconfig --- linux-2.6.16-rc2/arch/arm/configs/versatile_defconfig 2006-02-07 11:52:05 +0100 +++ linux-2.6.16-rc2-exp/arch/arm/configs/versatile_defconfig 2006-02-07 12:15:32 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/cris/defconfig linux-2.6.16-rc2-exp/arch/cris/defconfig --- linux-2.6.16-rc2/arch/cris/defconfig 2005-08-29 22:24:51 +0200 +++ linux-2.6.16-rc2-exp/arch/cris/defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/frv/defconfig linux-2.6.16-rc2-exp/arch/frv/defconfig --- linux-2.6.16-rc2/arch/frv/defconfig 2005-08-29 22:24:52 +0200 +++ linux-2.6.16-rc2-exp/arch/frv/defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/h8300/defconfig linux-2.6.16-rc2-exp/arch/h8300/defconfig --- linux-2.6.16-rc2/arch/h8300/defconfig 2005-03-02 12:38:20 +0100 +++ linux-2.6.16-rc2-exp/arch/h8300/defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_LOCALVERSION="" CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/i386/Kconfig linux-2.6.16-rc2-exp/arch/i386/Kconfig --- linux-2.6.16-rc2/arch/i386/Kconfig 2006-02-07 11:52:07 +0100 +++ linux-2.6.16-rc2-exp/arch/i386/Kconfig 2006-02-07 12:15:10 +0100 @@ -711,7 +711,7 @@ config CRASH_DUMP Generate crash dump after being started by kexec. config PHYSICAL_START - hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) + hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP) default "0x1000000" if CRASH_DUMP default "0x100000" @@ -741,7 +741,7 @@ config HOTPLUG_CPU config DOUBLEFAULT default y - bool "Enable doublefault exception handler" if EMBEDDED + bool "Enable doublefault exception handler" if EXPERT help This option allows trapping of rare doublefault exceptions that would otherwise cause a system to silently reboot. Disabling this diff -NurpP --minimal linux-2.6.16-rc2/arch/i386/Kconfig.debug linux-2.6.16-rc2-exp/arch/i386/Kconfig.debug --- linux-2.6.16-rc2/arch/i386/Kconfig.debug 2006-02-07 11:52:07 +0100 +++ linux-2.6.16-rc2-exp/arch/i386/Kconfig.debug 2006-02-07 12:15:52 +0100 @@ -3,7 +3,7 @@ menu "Kernel hacking" source "lib/Kconfig.debug" config EARLY_PRINTK - bool "Early printk" if EMBEDDED && DEBUG_KERNEL + bool "Early printk" if EXPERT && DEBUG_KERNEL default y help Write kernel log output directly into the VGA buffer or to a serial diff -NurpP --minimal linux-2.6.16-rc2/arch/i386/defconfig linux-2.6.16-rc2-exp/arch/i386/defconfig --- linux-2.6.16-rc2/arch/i386/defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/i386/defconfig 2006-02-07 12:15:32 +0100 @@ -26,7 +26,7 @@ CONFIG_AUDITSYSCALL=y CONFIG_LOG_BUF_SHIFT=15 CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/bigsur_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/bigsur_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/bigsur_defconfig 2006-01-03 17:29:09 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/bigsur_defconfig 2006-02-07 12:15:34 +0100 @@ -28,7 +28,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/gensparse_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/gensparse_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/gensparse_defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/gensparse_defconfig 2006-02-07 12:15:34 +0100 @@ -29,7 +29,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/sim_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/sim_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/sim_defconfig 2004-08-14 12:55:32 +0200 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/sim_defconfig 2006-02-07 12:15:34 +0100 @@ -24,7 +24,7 @@ CONFIG_LOG_BUF_SHIFT=16 # CONFIG_HOTPLUG is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/sn2_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/sn2_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/sn2_defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/sn2_defconfig 2006-02-07 12:15:34 +0100 @@ -28,7 +28,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_CPUSETS=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/tiger_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/tiger_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/tiger_defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/tiger_defconfig 2006-02-07 12:15:34 +0100 @@ -29,7 +29,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/configs/zx1_defconfig linux-2.6.16-rc2-exp/arch/ia64/configs/zx1_defconfig --- linux-2.6.16-rc2/arch/ia64/configs/zx1_defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/configs/zx1_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ia64/defconfig linux-2.6.16-rc2-exp/arch/ia64/defconfig --- linux-2.6.16-rc2/arch/ia64/defconfig 2006-02-07 11:52:08 +0100 +++ linux-2.6.16-rc2-exp/arch/ia64/defconfig 2006-02-07 12:15:34 +0100 @@ -29,7 +29,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/defconfig linux-2.6.16-rc2-exp/arch/m32r/defconfig --- linux-2.6.16-rc2/arch/m32r/defconfig 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/defconfig 2006-02-07 12:15:34 +0100 @@ -33,7 +33,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/m32104ut/defconfig.m32104ut linux-2.6.16-rc2-exp/arch/m32r/m32104ut/defconfig.m32104ut --- linux-2.6.16-rc2/arch/m32r/m32104ut/defconfig.m32104ut 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/m32r/m32104ut/defconfig.m32104ut 2006-02-07 12:15:34 +0100 @@ -30,7 +30,7 @@ CONFIG_HOTPLUG=y # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/m32700ut/defconfig.m32700ut.smp linux-2.6.16-rc2-exp/arch/m32r/m32700ut/defconfig.m32700ut.smp --- linux-2.6.16-rc2/arch/m32r/m32700ut/defconfig.m32700ut.smp 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/m32700ut/defconfig.m32700ut.smp 2006-02-07 12:15:34 +0100 @@ -33,7 +33,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set # CONFIG_CPUSETS is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/m32700ut/defconfig.m32700ut.up linux-2.6.16-rc2-exp/arch/m32r/m32700ut/defconfig.m32700ut.up --- linux-2.6.16-rc2/arch/m32r/m32700ut/defconfig.m32700ut.up 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/m32700ut/defconfig.m32700ut.up 2006-02-07 12:15:34 +0100 @@ -33,7 +33,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/mappi/defconfig.nommu linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.nommu --- linux-2.6.16-rc2/arch/m32r/mappi/defconfig.nommu 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.nommu 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/mappi/defconfig.smp linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.smp --- linux-2.6.16-rc2/arch/m32r/mappi/defconfig.smp 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.smp 2006-02-07 12:15:34 +0100 @@ -34,7 +34,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/mappi/defconfig.up linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.up --- linux-2.6.16-rc2/arch/m32r/mappi/defconfig.up 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/mappi/defconfig.up 2006-02-07 12:15:34 +0100 @@ -33,7 +33,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/mappi2/defconfig.vdec2 linux-2.6.16-rc2-exp/arch/m32r/mappi2/defconfig.vdec2 --- linux-2.6.16-rc2/arch/m32r/mappi2/defconfig.vdec2 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/mappi2/defconfig.vdec2 2006-02-07 12:15:34 +0100 @@ -33,7 +33,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/mappi3/defconfig.smp linux-2.6.16-rc2-exp/arch/m32r/mappi3/defconfig.smp --- linux-2.6.16-rc2/arch/m32r/mappi3/defconfig.smp 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/mappi3/defconfig.smp 2006-02-07 12:15:34 +0100 @@ -34,7 +34,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/oaks32r/defconfig.nommu linux-2.6.16-rc2-exp/arch/m32r/oaks32r/defconfig.nommu --- linux-2.6.16-rc2/arch/m32r/oaks32r/defconfig.nommu 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/oaks32r/defconfig.nommu 2006-02-07 12:15:34 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m32r/opsput/defconfig.opsput linux-2.6.16-rc2-exp/arch/m32r/opsput/defconfig.opsput --- linux-2.6.16-rc2/arch/m32r/opsput/defconfig.opsput 2005-08-29 22:24:53 +0200 +++ linux-2.6.16-rc2-exp/arch/m32r/opsput/defconfig.opsput 2006-02-07 12:15:34 +0100 @@ -32,7 +32,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/amiga_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/amiga_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/amiga_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/amiga_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/apollo_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/apollo_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/apollo_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/apollo_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/atari_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/atari_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/atari_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/atari_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/bvme6000_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/bvme6000_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/bvme6000_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/bvme6000_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/hp300_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/hp300_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/hp300_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/hp300_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/mac_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/mac_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/mac_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/mac_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/mvme147_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/mvme147_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/mvme147_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/mvme147_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/mvme16x_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/mvme16x_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/mvme16x_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/mvme16x_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/q40_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/q40_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/q40_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/q40_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/sun3_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/sun3_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/sun3_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/sun3_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/configs/sun3x_defconfig linux-2.6.16-rc2-exp/arch/m68k/configs/sun3x_defconfig --- linux-2.6.16-rc2/arch/m68k/configs/sun3x_defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/configs/sun3x_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_AUDIT=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/m68k/defconfig linux-2.6.16-rc2-exp/arch/m68k/defconfig --- linux-2.6.16-rc2/arch/m68k/defconfig 2005-06-22 02:37:55 +0200 +++ linux-2.6.16-rc2-exp/arch/m68k/defconfig 2006-02-07 12:15:33 +0100 @@ -30,7 +30,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/m68knommu/defconfig linux-2.6.16-rc2-exp/arch/m68knommu/defconfig --- linux-2.6.16-rc2/arch/m68knommu/defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/m68knommu/defconfig 2006-02-07 12:15:33 +0100 @@ -30,7 +30,7 @@ CONFIG_LOCALVERSION="" # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/Kconfig linux-2.6.16-rc2-exp/arch/mips/Kconfig --- linux-2.6.16-rc2/arch/mips/Kconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/Kconfig 2006-02-07 12:15:10 +0100 @@ -2,7 +2,7 @@ config MIPS bool default y # Horrible source of confusion. Die, die, die ... - select EMBEDDED + select EXPERT mainmenu "Linux/MIPS Kernel Configuration" diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/atlas_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/atlas_defconfig --- linux-2.6.16-rc2/arch/mips/configs/atlas_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/atlas_defconfig 2006-02-07 12:15:33 +0100 @@ -168,7 +168,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/bigsur_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/bigsur_defconfig --- linux-2.6.16-rc2/arch/mips/configs/bigsur_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/bigsur_defconfig 2006-02-07 12:15:33 +0100 @@ -175,7 +175,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/capcella_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/capcella_defconfig --- linux-2.6.16-rc2/arch/mips/configs/capcella_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/capcella_defconfig 2006-02-07 12:15:33 +0100 @@ -159,7 +159,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/cobalt_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/cobalt_defconfig --- linux-2.6.16-rc2/arch/mips/configs/cobalt_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/cobalt_defconfig 2006-02-07 12:15:33 +0100 @@ -154,7 +154,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/db1000_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/db1000_defconfig --- linux-2.6.16-rc2/arch/mips/configs/db1000_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/db1000_defconfig 2006-02-07 12:15:33 +0100 @@ -155,7 +155,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/db1100_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/db1100_defconfig --- linux-2.6.16-rc2/arch/mips/configs/db1100_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/db1100_defconfig 2006-02-07 12:15:33 +0100 @@ -155,7 +155,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/db1200_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/db1200_defconfig --- linux-2.6.16-rc2/arch/mips/configs/db1200_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/db1200_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/db1500_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/db1500_defconfig --- linux-2.6.16-rc2/arch/mips/configs/db1500_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/db1500_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/db1550_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/db1550_defconfig --- linux-2.6.16-rc2/arch/mips/configs/db1550_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/db1550_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ddb5476_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ddb5476_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ddb5476_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ddb5476_defconfig 2006-02-07 12:15:33 +0100 @@ -155,7 +155,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ddb5477_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ddb5477_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ddb5477_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ddb5477_defconfig 2006-02-07 12:15:33 +0100 @@ -155,7 +155,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/decstation_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/decstation_defconfig --- linux-2.6.16-rc2/arch/mips/configs/decstation_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/decstation_defconfig 2006-02-07 12:15:33 +0100 @@ -154,7 +154,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/e55_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/e55_defconfig --- linux-2.6.16-rc2/arch/mips/configs/e55_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/e55_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ev64120_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ev64120_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ev64120_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ev64120_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ev96100_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ev96100_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ev96100_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ev96100_defconfig 2006-02-07 12:15:33 +0100 @@ -161,7 +161,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ip22_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ip22_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ip22_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ip22_defconfig 2006-02-07 12:15:33 +0100 @@ -163,7 +163,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ip27_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ip27_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ip27_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ip27_defconfig 2006-02-07 12:15:33 +0100 @@ -165,7 +165,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_CPUSETS=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ip32_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ip32_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ip32_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ip32_defconfig 2006-02-07 12:15:33 +0100 @@ -161,7 +161,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/it8172_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/it8172_defconfig --- linux-2.6.16-rc2/arch/mips/configs/it8172_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/it8172_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ivr_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ivr_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ivr_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ivr_defconfig 2006-02-07 12:15:33 +0100 @@ -154,7 +154,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/jaguar-atx_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/jaguar-atx_defconfig --- linux-2.6.16-rc2/arch/mips/configs/jaguar-atx_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/jaguar-atx_defconfig 2006-02-07 12:15:33 +0100 @@ -163,7 +163,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/jmr3927_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/jmr3927_defconfig --- linux-2.6.16-rc2/arch/mips/configs/jmr3927_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/jmr3927_defconfig 2006-02-07 12:15:33 +0100 @@ -152,7 +152,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/lasat200_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/lasat200_defconfig --- linux-2.6.16-rc2/arch/mips/configs/lasat200_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/lasat200_defconfig 2006-02-07 12:15:33 +0100 @@ -160,7 +160,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/malta_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/malta_defconfig --- linux-2.6.16-rc2/arch/mips/configs/malta_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/malta_defconfig 2006-02-07 12:15:33 +0100 @@ -174,7 +174,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/mipssim_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/mipssim_defconfig --- linux-2.6.16-rc2/arch/mips/configs/mipssim_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/mipssim_defconfig 2006-02-07 12:15:33 +0100 @@ -160,7 +160,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/mpc30x_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/mpc30x_defconfig --- linux-2.6.16-rc2/arch/mips/configs/mpc30x_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/mpc30x_defconfig 2006-02-07 12:15:33 +0100 @@ -159,7 +159,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ocelot_3_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_3_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ocelot_3_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_3_defconfig 2006-02-07 12:15:33 +0100 @@ -164,7 +164,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ocelot_c_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_c_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ocelot_c_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_c_defconfig 2006-02-07 12:15:33 +0100 @@ -158,7 +158,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ocelot_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ocelot_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_defconfig 2006-02-07 12:15:33 +0100 @@ -163,7 +163,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/ocelot_g_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_g_defconfig --- linux-2.6.16-rc2/arch/mips/configs/ocelot_g_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/ocelot_g_defconfig 2006-02-07 12:15:33 +0100 @@ -161,7 +161,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/pb1100_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/pb1100_defconfig --- linux-2.6.16-rc2/arch/mips/configs/pb1100_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/pb1100_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/pb1500_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/pb1500_defconfig --- linux-2.6.16-rc2/arch/mips/configs/pb1500_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/pb1500_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/pb1550_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/pb1550_defconfig --- linux-2.6.16-rc2/arch/mips/configs/pb1550_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/pb1550_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/pnx8550-jbs_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/pnx8550-jbs_defconfig --- linux-2.6.16-rc2/arch/mips/configs/pnx8550-jbs_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/pnx8550-jbs_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/pnx8550-v2pci_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/pnx8550-v2pci_defconfig --- linux-2.6.16-rc2/arch/mips/configs/pnx8550-v2pci_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/pnx8550-v2pci_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/qemu_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/qemu_defconfig --- linux-2.6.16-rc2/arch/mips/configs/qemu_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/qemu_defconfig 2006-02-07 12:15:33 +0100 @@ -151,7 +151,7 @@ CONFIG_LOCALVERSION_AUTO=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/rbhma4500_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/rbhma4500_defconfig --- linux-2.6.16-rc2/arch/mips/configs/rbhma4500_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/rbhma4500_defconfig 2006-02-07 12:15:33 +0100 @@ -165,7 +165,7 @@ CONFIG_HOTPLUG=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/rm200_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/rm200_defconfig --- linux-2.6.16-rc2/arch/mips/configs/rm200_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/rm200_defconfig 2006-02-07 12:15:33 +0100 @@ -166,7 +166,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/sb1250-swarm_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/sb1250-swarm_defconfig --- linux-2.6.16-rc2/arch/mips/configs/sb1250-swarm_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/sb1250-swarm_defconfig 2006-02-07 12:15:33 +0100 @@ -178,7 +178,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_CPUSETS=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/sead_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/sead_defconfig --- linux-2.6.16-rc2/arch/mips/configs/sead_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/sead_defconfig 2006-02-07 12:15:33 +0100 @@ -156,7 +156,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/tb0226_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/tb0226_defconfig --- linux-2.6.16-rc2/arch/mips/configs/tb0226_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/tb0226_defconfig 2006-02-07 12:15:33 +0100 @@ -160,7 +160,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/tb0229_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/tb0229_defconfig --- linux-2.6.16-rc2/arch/mips/configs/tb0229_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/tb0229_defconfig 2006-02-07 12:15:33 +0100 @@ -160,7 +160,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/tb0287_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/tb0287_defconfig --- linux-2.6.16-rc2/arch/mips/configs/tb0287_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/tb0287_defconfig 2006-02-07 12:15:33 +0100 @@ -29,7 +29,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/workpad_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/workpad_defconfig --- linux-2.6.16-rc2/arch/mips/configs/workpad_defconfig 2006-01-03 17:29:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/workpad_defconfig 2006-02-07 12:15:33 +0100 @@ -157,7 +157,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/configs/yosemite_defconfig linux-2.6.16-rc2-exp/arch/mips/configs/yosemite_defconfig --- linux-2.6.16-rc2/arch/mips/configs/yosemite_defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/configs/yosemite_defconfig 2006-02-07 12:15:33 +0100 @@ -160,7 +160,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/mips/defconfig linux-2.6.16-rc2-exp/arch/mips/defconfig --- linux-2.6.16-rc2/arch/mips/defconfig 2006-02-07 11:52:10 +0100 +++ linux-2.6.16-rc2-exp/arch/mips/defconfig 2006-02-07 12:15:33 +0100 @@ -163,7 +163,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/parisc/configs/712_defconfig linux-2.6.16-rc2-exp/arch/parisc/configs/712_defconfig --- linux-2.6.16-rc2/arch/parisc/configs/712_defconfig 2006-01-03 17:29:12 +0100 +++ linux-2.6.16-rc2-exp/arch/parisc/configs/712_defconfig 2006-02-07 12:15:34 +0100 @@ -37,7 +37,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/parisc/configs/a500_defconfig linux-2.6.16-rc2-exp/arch/parisc/configs/a500_defconfig --- linux-2.6.16-rc2/arch/parisc/configs/a500_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/parisc/configs/a500_defconfig 2006-02-07 12:15:34 +0100 @@ -39,7 +39,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/parisc/configs/b180_defconfig linux-2.6.16-rc2-exp/arch/parisc/configs/b180_defconfig --- linux-2.6.16-rc2/arch/parisc/configs/b180_defconfig 2006-01-03 17:29:12 +0100 +++ linux-2.6.16-rc2-exp/arch/parisc/configs/b180_defconfig 2006-02-07 12:15:34 +0100 @@ -34,7 +34,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/parisc/configs/c3000_defconfig linux-2.6.16-rc2-exp/arch/parisc/configs/c3000_defconfig --- linux-2.6.16-rc2/arch/parisc/configs/c3000_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/parisc/configs/c3000_defconfig 2006-02-07 12:15:34 +0100 @@ -37,7 +37,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/parisc/defconfig linux-2.6.16-rc2-exp/arch/parisc/defconfig --- linux-2.6.16-rc2/arch/parisc/defconfig 2006-01-03 17:29:13 +0100 +++ linux-2.6.16-rc2-exp/arch/parisc/defconfig 2006-02-07 12:15:34 +0100 @@ -35,7 +35,7 @@ CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/Kconfig linux-2.6.16-rc2-exp/arch/powerpc/Kconfig --- linux-2.6.16-rc2/arch/powerpc/Kconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/Kconfig 2006-02-07 12:15:52 +0100 @@ -751,7 +751,7 @@ config MCA bool config PCI - bool "PCI support" if 40x || CPM2 || PPC_83xx || 85xx || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) + bool "PCI support" if 40x || CPM2 || PPC_83xx || 85xx || PPC_MPC52xx || (EXPERT && PPC_ISERIES) default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx && !85xx default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS default PCI_QSPAN if !4xx && !CPM2 && 8xx diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/cell_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/cell_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/cell_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/cell_defconfig 2006-02-07 12:15:34 +0100 @@ -54,7 +54,7 @@ CONFIG_KOBJECT_UEVENT=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/g5_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/g5_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/g5_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/g5_defconfig 2006-02-07 12:15:34 +0100 @@ -54,7 +54,7 @@ CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/iseries_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/iseries_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/iseries_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/iseries_defconfig 2006-02-07 12:15:34 +0100 @@ -56,7 +56,7 @@ CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/maple_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/maple_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/maple_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/maple_defconfig 2006-02-07 12:15:34 +0100 @@ -54,7 +54,7 @@ CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/mpc834x_sys_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/mpc834x_sys_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/mpc834x_sys_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/mpc834x_sys_defconfig 2006-02-07 12:15:34 +0100 @@ -61,7 +61,7 @@ CONFIG_SYSCTL=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/pmac32_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/pmac32_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/pmac32_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/pmac32_defconfig 2006-02-07 12:15:34 +0100 @@ -62,7 +62,7 @@ CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/ppc64_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/ppc64_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/ppc64_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/ppc64_defconfig 2006-02-07 12:15:34 +0100 @@ -55,7 +55,7 @@ CONFIG_IKCONFIG_PROC=y CONFIG_CPUSETS=y CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/configs/pseries_defconfig linux-2.6.16-rc2-exp/arch/powerpc/configs/pseries_defconfig --- linux-2.6.16-rc2/arch/powerpc/configs/pseries_defconfig 2006-02-07 11:52:11 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/configs/pseries_defconfig 2006-02-07 12:15:34 +0100 @@ -56,7 +56,7 @@ CONFIG_IKCONFIG_PROC=y CONFIG_CPUSETS=y CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/powerpc/platforms/pseries/Kconfig linux-2.6.16-rc2-exp/arch/powerpc/platforms/pseries/Kconfig --- linux-2.6.16-rc2/arch/powerpc/platforms/pseries/Kconfig 2006-01-03 17:29:13 +0100 +++ linux-2.6.16-rc2-exp/arch/powerpc/platforms/pseries/Kconfig 2006-02-07 12:15:10 +0100 @@ -17,9 +17,9 @@ config HMT pSeries systems p620 and p660 have such a cpu type. config EEH - bool "PCI Extended Error Handling (EEH)" if EMBEDDED + bool "PCI Extended Error Handling (EEH)" if EXPERT depends on PPC_PSERIES - default y if !EMBEDDED + default y if !EXPERT config SCANLOG tristate "Scanlog dump interface" diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/FADS_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/FADS_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/FADS_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/FADS_defconfig 2006-02-07 12:15:32 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/IVMS8_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/IVMS8_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/IVMS8_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/IVMS8_defconfig 2006-02-07 12:15:32 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM823L_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM823L_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM823L_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM823L_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM8260_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8260_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM8260_defconfig 2004-08-14 12:55:09 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8260_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM850L_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM850L_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM850L_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM850L_defconfig 2006-02-07 12:15:32 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM8540_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8540_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM8540_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8540_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM8541_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8541_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM8541_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8541_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM8555_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8555_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM8555_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8555_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM8560_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8560_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM8560_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM8560_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/TQM860L_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/TQM860L_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/TQM860L_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/TQM860L_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ads8272_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ads8272_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ads8272_defconfig 2004-08-14 12:55:47 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ads8272_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/apus_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/apus_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/apus_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/apus_defconfig 2006-02-07 12:15:32 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/bamboo_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/bamboo_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/bamboo_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/bamboo_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/bseip_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/bseip_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/bseip_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/bseip_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/bubinga_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/bubinga_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/bubinga_defconfig 2004-08-14 12:54:50 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/bubinga_defconfig 2006-02-07 12:15:31 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/chestnut_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/chestnut_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/chestnut_defconfig 2005-06-22 02:37:56 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/chestnut_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_BASE_FULL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/common_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/common_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/common_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/common_defconfig 2006-02-07 12:15:31 +0100 @@ -35,7 +35,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/cpci405_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/cpci405_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/cpci405_defconfig 2004-08-14 12:56:20 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/cpci405_defconfig 2006-02-07 12:15:32 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/cpci690_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/cpci690_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/cpci690_defconfig 2005-10-28 20:49:13 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/cpci690_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ebony_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ebony_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ebony_defconfig 2004-08-14 12:55:10 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ebony_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ep405_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ep405_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ep405_defconfig 2004-08-14 12:55:48 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ep405_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/est8260_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/est8260_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/est8260_defconfig 2004-08-14 12:55:32 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/est8260_defconfig 2006-02-07 12:15:32 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ev64260_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ev64260_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ev64260_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ev64260_defconfig 2006-02-07 12:15:32 +0100 @@ -32,7 +32,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ev64360_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ev64360_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ev64360_defconfig 2006-01-03 17:29:13 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ev64360_defconfig 2006-02-07 12:15:32 +0100 @@ -37,7 +37,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/gemini_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/gemini_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/gemini_defconfig 2004-08-14 12:55:20 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/gemini_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/hdpu_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/hdpu_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/hdpu_defconfig 2005-06-22 02:37:56 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/hdpu_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set # CONFIG_CPUSETS is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ibmchrp_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ibmchrp_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ibmchrp_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ibmchrp_defconfig 2006-02-07 12:15:31 +0100 @@ -29,7 +29,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/katana_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/katana_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/katana_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/katana_defconfig 2006-02-07 12:15:31 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/lite5200_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/lite5200_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/lite5200_defconfig 2004-08-14 12:54:51 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/lite5200_defconfig 2006-02-07 12:15:31 +0100 @@ -25,7 +25,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/lopec_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/lopec_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/lopec_defconfig 2004-08-14 12:55:35 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/lopec_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/luan_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/luan_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/luan_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/luan_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mbx_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mbx_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mbx_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mbx_defconfig 2006-02-07 12:15:31 +0100 @@ -18,7 +18,7 @@ CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_SYSCTL is not set CONFIG_LOG_BUF_SHIFT=14 -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc834x_sys_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc834x_sys_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc834x_sys_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc834x_sys_defconfig 2006-02-07 12:15:32 +0100 @@ -36,7 +36,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc8540_ads_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8540_ads_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc8540_ads_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8540_ads_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc8548_cds_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8548_cds_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc8548_cds_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8548_cds_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc8555_cds_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8555_cds_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc8555_cds_defconfig 2005-06-22 02:37:56 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8555_cds_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc8560_ads_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8560_ads_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc8560_ads_defconfig 2005-10-28 20:49:13 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc8560_ads_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc86x_ads_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc86x_ads_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc86x_ads_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc86x_ads_defconfig 2006-02-07 12:15:32 +0100 @@ -35,7 +35,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mpc885ads_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mpc885ads_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mpc885ads_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mpc885ads_defconfig 2006-02-07 12:15:32 +0100 @@ -35,7 +35,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/mvme5100_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/mvme5100_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/mvme5100_defconfig 2004-10-23 05:06:00 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/mvme5100_defconfig 2006-02-07 12:15:31 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/ocotea_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/ocotea_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/ocotea_defconfig 2004-08-14 12:55:59 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/ocotea_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/pmac_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/pmac_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/pmac_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/pmac_defconfig 2006-02-07 12:15:32 +0100 @@ -35,7 +35,7 @@ CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/power3_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/power3_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/power3_defconfig 2006-02-07 11:52:12 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/power3_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_LOG_BUF_SHIFT=15 # CONFIG_HOTPLUG is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/pplus_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/pplus_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/pplus_defconfig 2005-03-02 12:38:23 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/pplus_defconfig 2006-02-07 12:15:32 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/prpmc750_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/prpmc750_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/prpmc750_defconfig 2004-08-14 12:54:51 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/prpmc750_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/prpmc800_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/prpmc800_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/prpmc800_defconfig 2004-08-14 12:56:14 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/prpmc800_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/radstone_ppc7d_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/radstone_ppc7d_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/radstone_ppc7d_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/radstone_ppc7d_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/redwood5_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/redwood5_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/redwood5_defconfig 2004-08-14 12:56:00 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/redwood5_defconfig 2006-02-07 12:15:32 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/redwood6_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/redwood6_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/redwood6_defconfig 2004-08-14 12:55:33 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/redwood6_defconfig 2006-02-07 12:15:32 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/rpx8260_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/rpx8260_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/rpx8260_defconfig 2004-08-14 12:54:47 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/rpx8260_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/rpxcllf_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/rpxcllf_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/rpxcllf_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/rpxcllf_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/rpxlite_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/rpxlite_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/rpxlite_defconfig 2004-12-25 01:54:48 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/rpxlite_defconfig 2006-02-07 12:15:32 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/sandpoint_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/sandpoint_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/sandpoint_defconfig 2005-08-29 22:24:54 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/sandpoint_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/spruce_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/spruce_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/spruce_defconfig 2004-08-14 12:54:50 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/spruce_defconfig 2006-02-07 12:15:31 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/stx_gp3_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/stx_gp3_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/stx_gp3_defconfig 2006-01-03 17:29:13 +0100 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/stx_gp3_defconfig 2006-02-07 12:15:32 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/sycamore_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/sycamore_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/sycamore_defconfig 2004-08-14 12:54:46 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/sycamore_defconfig 2006-02-07 12:15:31 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/ppc/configs/walnut_defconfig linux-2.6.16-rc2-exp/arch/ppc/configs/walnut_defconfig --- linux-2.6.16-rc2/arch/ppc/configs/walnut_defconfig 2004-08-14 12:56:00 +0200 +++ linux-2.6.16-rc2-exp/arch/ppc/configs/walnut_defconfig 2006-02-07 12:15:32 +0100 @@ -28,7 +28,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/s390/defconfig linux-2.6.16-rc2-exp/arch/s390/defconfig --- linux-2.6.16-rc2/arch/s390/defconfig 2006-02-07 11:52:13 +0100 +++ linux-2.6.16-rc2-exp/arch/s390/defconfig 2006-02-07 12:15:34 +0100 @@ -34,7 +34,7 @@ CONFIG_IKCONFIG_PROC=y CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/adx_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/adx_defconfig --- linux-2.6.16-rc2/arch/sh/configs/adx_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/adx_defconfig 2006-02-07 12:15:33 +0100 @@ -29,7 +29,7 @@ CONFIG_SWAP=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/cqreek_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/cqreek_defconfig --- linux-2.6.16-rc2/arch/sh/configs/cqreek_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/cqreek_defconfig 2006-02-07 12:15:33 +0100 @@ -29,7 +29,7 @@ CONFIG_SWAP=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/dreamcast_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/dreamcast_defconfig --- linux-2.6.16-rc2/arch/sh/configs/dreamcast_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/dreamcast_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/hp6xx_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/hp6xx_defconfig --- linux-2.6.16-rc2/arch/sh/configs/hp6xx_defconfig 2006-02-07 11:52:13 +0100 +++ linux-2.6.16-rc2-exp/arch/sh/configs/hp6xx_defconfig 2006-02-07 12:15:33 +0100 @@ -32,7 +32,7 @@ CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_PRINTK=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/microdev_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/microdev_defconfig --- linux-2.6.16-rc2/arch/sh/configs/microdev_defconfig 2006-02-07 11:52:13 +0100 +++ linux-2.6.16-rc2-exp/arch/sh/configs/microdev_defconfig 2006-02-07 12:15:33 +0100 @@ -34,7 +34,7 @@ CONFIG_SYSCTL=y CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/rts7751r2d_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/rts7751r2d_defconfig --- linux-2.6.16-rc2/arch/sh/configs/rts7751r2d_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/rts7751r2d_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/se7300_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/se7300_defconfig --- linux-2.6.16-rc2/arch/sh/configs/se7300_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/se7300_defconfig 2006-02-07 12:15:33 +0100 @@ -29,7 +29,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/se73180_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/se73180_defconfig --- linux-2.6.16-rc2/arch/sh/configs/se73180_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/se73180_defconfig 2006-02-07 12:15:33 +0100 @@ -29,7 +29,7 @@ CONFIG_SWAP=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set # CONFIG_FUTEX is not set # CONFIG_EPOLL is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/se7705_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/se7705_defconfig --- linux-2.6.16-rc2/arch/sh/configs/se7705_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/se7705_defconfig 2006-02-07 12:15:33 +0100 @@ -32,7 +32,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y CONFIG_EPOLL=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/se7750_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/se7750_defconfig --- linux-2.6.16-rc2/arch/sh/configs/se7750_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/se7750_defconfig 2006-02-07 12:15:33 +0100 @@ -33,7 +33,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/se7751_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/se7751_defconfig --- linux-2.6.16-rc2/arch/sh/configs/se7751_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/se7751_defconfig 2006-02-07 12:15:33 +0100 @@ -32,7 +32,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/sh03_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/sh03_defconfig --- linux-2.6.16-rc2/arch/sh/configs/sh03_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/sh03_defconfig 2006-02-07 12:15:33 +0100 @@ -34,7 +34,7 @@ CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/snapgear_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/snapgear_defconfig --- linux-2.6.16-rc2/arch/sh/configs/snapgear_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/snapgear_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh/configs/systemh_defconfig linux-2.6.16-rc2-exp/arch/sh/configs/systemh_defconfig --- linux-2.6.16-rc2/arch/sh/configs/systemh_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh/configs/systemh_defconfig 2006-02-07 12:15:33 +0100 @@ -31,7 +31,7 @@ CONFIG_SWAP=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sh64/configs/cayman_defconfig linux-2.6.16-rc2-exp/arch/sh64/configs/cayman_defconfig --- linux-2.6.16-rc2/arch/sh64/configs/cayman_defconfig 2005-06-22 02:37:59 +0200 +++ linux-2.6.16-rc2-exp/arch/sh64/configs/cayman_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_SYSCTL=y # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/sparc/defconfig linux-2.6.16-rc2-exp/arch/sparc/defconfig --- linux-2.6.16-rc2/arch/sparc/defconfig 2004-08-14 12:55:48 +0200 +++ linux-2.6.16-rc2-exp/arch/sparc/defconfig 2006-02-07 12:15:31 +0100 @@ -26,7 +26,7 @@ CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_FUTEX=y diff -NurpP --minimal linux-2.6.16-rc2/arch/sparc64/defconfig linux-2.6.16-rc2-exp/arch/sparc64/defconfig --- linux-2.6.16-rc2/arch/sparc64/defconfig 2006-02-07 11:52:14 +0100 +++ linux-2.6.16-rc2-exp/arch/sparc64/defconfig 2006-02-07 12:15:32 +0100 @@ -42,7 +42,7 @@ CONFIG_SYSCTL=y CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/um/defconfig linux-2.6.16-rc2-exp/arch/um/defconfig --- linux-2.6.16-rc2/arch/um/defconfig 2005-08-29 22:24:56 +0200 +++ linux-2.6.16-rc2-exp/arch/um/defconfig 2006-02-07 12:15:33 +0100 @@ -68,7 +68,7 @@ CONFIG_SYSCTL=y CONFIG_KOBJECT_UEVENT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set CONFIG_KALLSYMS_EXTRA_PASS=y diff -NurpP --minimal linux-2.6.16-rc2/arch/v850/configs/rte-ma1-cb_defconfig linux-2.6.16-rc2-exp/arch/v850/configs/rte-ma1-cb_defconfig --- linux-2.6.16-rc2/arch/v850/configs/rte-ma1-cb_defconfig 2005-10-28 20:49:17 +0200 +++ linux-2.6.16-rc2-exp/arch/v850/configs/rte-ma1-cb_defconfig 2006-02-07 12:15:34 +0100 @@ -65,7 +65,7 @@ CONFIG_LOCALVERSION="" # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/v850/configs/rte-me2-cb_defconfig linux-2.6.16-rc2-exp/arch/v850/configs/rte-me2-cb_defconfig --- linux-2.6.16-rc2/arch/v850/configs/rte-me2-cb_defconfig 2005-10-28 20:49:17 +0200 +++ linux-2.6.16-rc2-exp/arch/v850/configs/rte-me2-cb_defconfig 2006-02-07 12:15:34 +0100 @@ -60,7 +60,7 @@ CONFIG_LOCALVERSION="" # CONFIG_SYSCTL is not set # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/v850/configs/sim_defconfig linux-2.6.16-rc2-exp/arch/v850/configs/sim_defconfig --- linux-2.6.16-rc2/arch/v850/configs/sim_defconfig 2005-10-28 20:49:17 +0200 +++ linux-2.6.16-rc2-exp/arch/v850/configs/sim_defconfig 2006-02-07 12:15:34 +0100 @@ -55,7 +55,7 @@ CONFIG_LOCALVERSION="" # CONFIG_SYSCTL is not set # CONFIG_HOTPLUG is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y # CONFIG_KALLSYMS is not set CONFIG_PRINTK=y CONFIG_BUG=y diff -NurpP --minimal linux-2.6.16-rc2/arch/x86_64/Kconfig linux-2.6.16-rc2-exp/arch/x86_64/Kconfig --- linux-2.6.16-rc2/arch/x86_64/Kconfig 2006-02-07 11:52:17 +0100 +++ linux-2.6.16-rc2-exp/arch/x86_64/Kconfig 2006-02-07 12:15:10 +0100 @@ -355,7 +355,7 @@ config HPET_TIMER . config X86_PM_TIMER - bool "PM timer" if EMBEDDED + bool "PM timer" if EXPERT depends on ACPI default y help @@ -394,7 +394,7 @@ config SWIOTLB depends on GART_IOMMU config X86_MCE - bool "Machine check support" if EMBEDDED + bool "Machine check support" if EXPERT default y help Include a machine check error handler to report hardware errors. @@ -442,7 +442,7 @@ config CRASH_DUMP Generate crash dump after being started by kexec. config PHYSICAL_START - hex "Physical address where the kernel is loaded" if (EMBEDDED || CRASH_DUMP) + hex "Physical address where the kernel is loaded" if (EXPERT || CRASH_DUMP) default "0x1000000" if CRASH_DUMP default "0x100000" help diff -NurpP --minimal linux-2.6.16-rc2/arch/x86_64/defconfig linux-2.6.16-rc2-exp/arch/x86_64/defconfig --- linux-2.6.16-rc2/arch/x86_64/defconfig 2006-02-07 11:52:17 +0100 +++ linux-2.6.16-rc2-exp/arch/x86_64/defconfig 2006-02-07 12:15:34 +0100 @@ -43,7 +43,7 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y CONFIG_VM86=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/x86_64/kernel/cpufreq/Kconfig linux-2.6.16-rc2-exp/arch/x86_64/kernel/cpufreq/Kconfig --- linux-2.6.16-rc2/arch/x86_64/kernel/cpufreq/Kconfig 2005-06-22 02:38:01 +0200 +++ linux-2.6.16-rc2-exp/arch/x86_64/kernel/cpufreq/Kconfig 2006-02-07 12:15:10 +0100 @@ -70,7 +70,7 @@ config X86_ACPI_CPUFREQ_PROC_INTF config X86_P4_CLOCKMOD tristate "Intel Pentium 4 clock modulation" - depends on EMBEDDED + depends on EXPERT help This adds the clock modulation driver for Intel Pentium 4 / XEON processors. When enabled it will lower CPU temperature by skipping diff -NurpP --minimal linux-2.6.16-rc2/arch/xtensa/configs/common_defconfig linux-2.6.16-rc2-exp/arch/xtensa/configs/common_defconfig --- linux-2.6.16-rc2/arch/xtensa/configs/common_defconfig 2005-08-29 22:24:57 +0200 +++ linux-2.6.16-rc2-exp/arch/xtensa/configs/common_defconfig 2006-02-07 12:15:34 +0100 @@ -32,7 +32,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set CONFIG_KOBJECT_UEVENT=y # CONFIG_IKCONFIG is not set -# CONFIG_EMBEDDED is not set +# CONFIG_EXPERT is not set CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/arch/xtensa/configs/iss_defconfig linux-2.6.16-rc2-exp/arch/xtensa/configs/iss_defconfig --- linux-2.6.16-rc2/arch/xtensa/configs/iss_defconfig 2005-08-29 22:24:57 +0200 +++ linux-2.6.16-rc2-exp/arch/xtensa/configs/iss_defconfig 2006-02-07 12:15:34 +0100 @@ -31,7 +31,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_HOTPLUG is not set # CONFIG_KOBJECT_UEVENT is not set # CONFIG_IKCONFIG is not set -CONFIG_EMBEDDED=y +CONFIG_EXPERT=y CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set diff -NurpP --minimal linux-2.6.16-rc2/drivers/char/Kconfig linux-2.6.16-rc2-exp/drivers/char/Kconfig --- linux-2.6.16-rc2/drivers/char/Kconfig 2006-02-07 11:52:23 +0100 +++ linux-2.6.16-rc2-exp/drivers/char/Kconfig 2006-02-07 12:15:10 +0100 @@ -5,7 +5,7 @@ menu "Character devices" config VT - bool "Virtual terminal" if EMBEDDED + bool "Virtual terminal" if EXPERT select INPUT default y if !VIOCONS ---help--- @@ -36,7 +36,7 @@ config VT shiny Linux system :-) config VT_CONSOLE - bool "Support for console on virtual terminal" if EMBEDDED + bool "Support for console on virtual terminal" if EXPERT depends on VT default y ---help--- @@ -424,7 +424,7 @@ config SGI_MBCS source "drivers/serial/Kconfig" config UNIX98_PTYS - bool "Unix98 PTY support" if EMBEDDED + bool "Unix98 PTY support" if EXPERT default y ---help--- A pseudo terminal (PTY) is a software device consisting of two diff -NurpP --minimal linux-2.6.16-rc2/drivers/input/Kconfig linux-2.6.16-rc2-exp/drivers/input/Kconfig --- linux-2.6.16-rc2/drivers/input/Kconfig 2005-06-22 02:38:06 +0200 +++ linux-2.6.16-rc2-exp/drivers/input/Kconfig 2006-02-07 12:15:10 +0100 @@ -5,7 +5,7 @@ menu "Input device support" config INPUT - tristate "Generic input layer (needed for keyboard, mouse, ...)" if EMBEDDED + tristate "Generic input layer (needed for keyboard, mouse, ...)" if EXPERT default y ---help--- Say Y here if you have any input device (mouse, keyboard, tablet, @@ -27,7 +27,7 @@ if INPUT comment "Userland interfaces" config INPUT_MOUSEDEV - tristate "Mouse interface" if EMBEDDED + tristate "Mouse interface" if EXPERT default y ---help--- Say Y here if you want your mouse to be accessible as char devices diff -NurpP --minimal linux-2.6.16-rc2/drivers/input/keyboard/Kconfig linux-2.6.16-rc2-exp/drivers/input/keyboard/Kconfig --- linux-2.6.16-rc2/drivers/input/keyboard/Kconfig 2006-02-07 11:52:30 +0100 +++ linux-2.6.16-rc2-exp/drivers/input/keyboard/Kconfig 2006-02-07 12:15:10 +0100 @@ -2,7 +2,7 @@ # Input core configuration # menuconfig INPUT_KEYBOARD - bool "Keyboards" if EMBEDDED || !X86 + bool "Keyboards" if EXPERT || !X86 default y help Say Y here, and a list of supported keyboards will be displayed. diff -NurpP --minimal linux-2.6.16-rc2/drivers/input/serio/Kconfig linux-2.6.16-rc2-exp/drivers/input/serio/Kconfig --- linux-2.6.16-rc2/drivers/input/serio/Kconfig 2005-08-29 22:25:05 +0200 +++ linux-2.6.16-rc2-exp/drivers/input/serio/Kconfig 2006-02-07 12:15:10 +0100 @@ -2,7 +2,7 @@ # Input core configuration # config SERIO - tristate "Serial I/O support" if EMBEDDED || !X86 + tristate "Serial I/O support" if EXPERT || !X86 default y ---help--- Say Yes here if you have any input device that uses serial I/O to @@ -19,7 +19,7 @@ config SERIO if SERIO config SERIO_I8042 - tristate "i8042 PC Keyboard controller" if EMBEDDED || !X86 + tristate "i8042 PC Keyboard controller" if EXPERT || !X86 default y depends on !PARISC && (!ARM || ARCH_SHARK || FOOTBRIDGE_HOST) && !M68K ---help--- @@ -157,7 +157,7 @@ config SERIO_MACEPS2 module will be called maceps2. config SERIO_LIBPS2 - tristate "PS/2 driver library" if EMBEDDED + tristate "PS/2 driver library" if EXPERT help Say Y here if you are using a driver for device connected to a PS/2 port, such as PS/2 mouse or standard AT keyboard. diff -NurpP --minimal linux-2.6.16-rc2/drivers/pcmcia/Kconfig linux-2.6.16-rc2-exp/drivers/pcmcia/Kconfig --- linux-2.6.16-rc2/drivers/pcmcia/Kconfig 2006-02-07 11:52:42 +0100 +++ linux-2.6.16-rc2-exp/drivers/pcmcia/Kconfig 2006-02-07 12:15:10 +0100 @@ -103,7 +103,7 @@ comment "PC-card bridges" config YENTA tristate "CardBus yenta-compatible bridge support" depends on PCI - select CARDBUS if !EMBEDDED + select CARDBUS if !EXPERT select PCCARD_NONSTATIC ---help--- This option enables support for CardBus host bridges. Virtually @@ -118,27 +118,27 @@ config YENTA config YENTA_O2 default y - bool "Special initialization for O2Micro bridges" if EMBEDDED + bool "Special initialization for O2Micro bridges" if EXPERT depends on YENTA config YENTA_RICOH default y - bool "Special initialization for Ricoh bridges" if EMBEDDED + bool "Special initialization for Ricoh bridges" if EXPERT depends on YENTA config YENTA_TI default y - bool "Special initialization for TI and EnE bridges" if EMBEDDED + bool "Special initialization for TI and EnE bridges" if EXPERT depends on YENTA config YENTA_ENE_TUNE default y - bool "Auto-tune EnE bridges for CB cards" if EMBEDDED + bool "Auto-tune EnE bridges for CB cards" if EXPERT depends on YENTA_TI && CARDBUS config YENTA_TOSHIBA default y - bool "Special initialization for Toshiba ToPIC bridges" if EMBEDDED + bool "Special initialization for Toshiba ToPIC bridges" if EXPERT depends on YENTA config PD6729 diff -NurpP --minimal linux-2.6.16-rc2/drivers/video/console/Kconfig linux-2.6.16-rc2-exp/drivers/video/console/Kconfig --- linux-2.6.16-rc2/drivers/video/console/Kconfig 2006-02-07 11:52:56 +0100 +++ linux-2.6.16-rc2-exp/drivers/video/console/Kconfig 2006-02-07 12:15:09 +0100 @@ -5,7 +5,7 @@ menu "Console display driver support" config VGA_CONSOLE - bool "VGA text console" if EMBEDDED || !X86 + bool "VGA text console" if EXPERT || !X86 depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE default y help diff -NurpP --minimal linux-2.6.16-rc2/fs/Kconfig linux-2.6.16-rc2-exp/fs/Kconfig --- linux-2.6.16-rc2/fs/Kconfig 2006-02-07 11:52:57 +0100 +++ linux-2.6.16-rc2-exp/fs/Kconfig 2006-02-07 12:15:10 +0100 @@ -439,7 +439,7 @@ config QUOTACTL default y config DNOTIFY - bool "Dnotify support" if EMBEDDED + bool "Dnotify support" if EXPERT default y help Dnotify is a directory-based per-fd file change notification system @@ -803,7 +803,7 @@ config PROC_VMCORE Exports the dump image of crashed kernel in ELF format. config SYSFS - bool "sysfs file system support" if EMBEDDED + bool "sysfs file system support" if EXPERT default y help The sysfs filesystem is a virtual filesystem that the kernel uses to diff -NurpP --minimal linux-2.6.16-rc2/init/Kconfig linux-2.6.16-rc2-exp/init/Kconfig --- linux-2.6.16-rc2/init/Kconfig 2006-02-07 11:53:17 +0100 +++ linux-2.6.16-rc2-exp/init/Kconfig 2006-02-07 12:18:15 +0100 @@ -229,7 +229,7 @@ config CPUSETS source "usr/Kconfig" config UID16 - bool "Enable 16-bit UID system calls" if EMBEDDED + bool "Enable 16-bit UID system calls" if EXPERT depends on ARM || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) default y help @@ -238,7 +238,7 @@ config UID16 config VM86 depends X86 default y - bool "Enable VM86 support" if EMBEDDED + bool "Enable VM86 support" if EXPERT help This option is required by programs like DOSEMU to run 16-bit legacy code on X86 processors. It also may be needed by software like @@ -258,8 +258,8 @@ config CC_OPTIMIZE_FOR_SIZE If unsure, say N. -menuconfig EMBEDDED - bool "Configure standard kernel features (for small systems)" +menuconfig EXPERT + bool "Configure standard kernel features (for experts only)" help This option allows certain base kernel options and settings to be disabled or tweaked. This is for specialized @@ -267,7 +267,7 @@ menuconfig EMBEDDED Only use this if you really know what you are doing. config KALLSYMS - bool "Load all symbols for debugging/kksymoops" if EMBEDDED + bool "Load all symbols for debugging/kksymoops" if EXPERT default y help Say Y here to let the kernel print out symbolic crash information and @@ -298,7 +298,7 @@ config KALLSYMS_EXTRA_PASS config HOTPLUG - bool "Support for hot-pluggable devices" if EMBEDDED + bool "Support for hot-pluggable devices" if EXPERT default y help This option is provided for the case where no hotplug or uevent @@ -308,7 +308,7 @@ config HOTPLUG config PRINTK default y - bool "Enable support for printk" if EMBEDDED + bool "Enable support for printk" if EXPERT help This option enables normal printk support. Removing it eliminates most of the message strings from the kernel image @@ -317,7 +317,7 @@ config PRINTK strongly discouraged. config BUG - bool "BUG() support" if EMBEDDED + bool "BUG() support" if EXPERT default y help Disabling this option eliminates support for BUG and WARN, reducing @@ -328,20 +328,20 @@ config BUG config ELF_CORE default y - bool "Enable ELF core dumps" if EMBEDDED + bool "Enable ELF core dumps" if EXPERT help Enable support for generating core dumps. Disabling saves about 4k. config BASE_FULL default y - bool "Enable full-sized data structures for core" if EMBEDDED + bool "Enable full-sized data structures for core" if EXPERT help Disabling this option reduces the size of miscellaneous core kernel data structures. This saves memory on small machines, but may reduce performance. config FUTEX - bool "Enable futex support" if EMBEDDED + bool "Enable futex support" if EXPERT default y help Disabling this option will cause the kernel to be built without @@ -349,14 +349,14 @@ config FUTEX run glibc-based applications correctly. config EPOLL - bool "Enable eventpoll support" if EMBEDDED + bool "Enable eventpoll support" if EXPERT default y help Disabling this option will cause the kernel to be built without support for epoll family of system calls. config SHMEM - bool "Use full shmem filesystem" if EMBEDDED + bool "Use full shmem filesystem" if EXPERT default y depends on MMU help @@ -367,7 +367,7 @@ config SHMEM which may be appropriate on small systems without swap. config CC_ALIGN_FUNCTIONS - int "Function alignment" if EMBEDDED + int "Function alignment" if EXPERT default 0 help Align the start of functions to the next power-of-two greater than n, @@ -377,7 +377,7 @@ config CC_ALIGN_FUNCTIONS Zero means use compiler's default. config CC_ALIGN_LABELS - int "Label alignment" if EMBEDDED + int "Label alignment" if EXPERT default 0 help Align all branch targets to a power-of-two boundary, skipping @@ -387,14 +387,14 @@ config CC_ALIGN_LABELS Zero means use compiler's default. config CC_ALIGN_LOOPS - int "Loop alignment" if EMBEDDED + int "Loop alignment" if EXPERT default 0 help Align loops to a power-of-two boundary, skipping up to n bytes. Zero means use compiler's default. config CC_ALIGN_JUMPS - int "Jump alignment" if EMBEDDED + int "Jump alignment" if EXPERT default 0 help Align branch targets to a power-of-two boundary, for branch @@ -405,7 +405,7 @@ config CC_ALIGN_JUMPS config SLAB default y - bool "Use full SLAB allocator" if EMBEDDED + bool "Use full SLAB allocator" if EXPERT help Disabling this replaces the advanced SLAB allocator and kmalloc support with the drastically simpler SLOB allocator. diff -NurpP --minimal linux-2.6.16-rc2/lib/Kconfig.debug linux-2.6.16-rc2-exp/lib/Kconfig.debug --- linux-2.6.16-rc2/lib/Kconfig.debug 2006-02-07 11:53:18 +0100 +++ linux-2.6.16-rc2-exp/lib/Kconfig.debug 2006-02-07 12:15:52 +0100 @@ -134,10 +134,10 @@ config DEBUG_HIGHMEM Disable for production systems. config DEBUG_BUGVERBOSE - bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EMBEDDED + bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT depends on BUG depends on ARM || ARM26 || M32R || M68K || SPARC32 || SPARC64 || X86_32 || FRV - default !EMBEDDED + default !EXPERT help Say Y here to make BUG() panics output the file name and line number of the BUG call as well as the EIP and oops trace. This aids