[xtensa-cvscommit] linux/arch/xtensa/configs iss_defconfig,1.1.1.1,1.2 xt2000_defconfig,1.1.1.1,1.2
Brought to you by:
zankel
|
From: <joe...@us...> - 2002-10-23 20:53:52
|
Update of /cvsroot/xtensa/linux/arch/xtensa/configs In directory usw-pr-cvs1:/tmp/cvs-serv28395/arch/xtensa/configs Modified Files: iss_defconfig xt2000_defconfig Log Message: Add processor config information for two additional configs: linux_le and linux_test. Also make the selection of processor configuration selectable at kernel-configuration time. linux_be is the default. Index: iss_defconfig =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/configs/iss_defconfig,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** iss_defconfig 28 Aug 2002 16:10:14 -0000 1.1.1.1 --- iss_defconfig 23 Oct 2002 20:53:18 -0000 1.2 *************** *** 20,25 **** # Platform dependent support # ! CONFIG_XTENSA_ISS=y ! # CONFIG_XTENSA_XT2000 is not set # CONFIG_SMP is not set # CONFIG_IEEEFPU_EMULATION is not set --- 20,25 ---- # Platform dependent support # ! CONFIG_XTENSA_PLATFORM_ISS=y ! # CONFIG_XTENSA_PLATFORM_XT2000 is not set # CONFIG_SMP is not set # CONFIG_IEEEFPU_EMULATION is not set Index: xt2000_defconfig =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/configs/xt2000_defconfig,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** xt2000_defconfig 28 Aug 2002 16:10:14 -0000 1.1.1.1 --- xt2000_defconfig 23 Oct 2002 20:53:19 -0000 1.2 *************** *** 20,25 **** # Platform dependent support # ! # CONFIG_XTENSA_ISS is not set ! CONFIG_XTENSA_XT2000=y CONFIG_XTENSA_CALIBRATE=y # CONFIG_SMP is not set --- 20,25 ---- # Platform dependent support # ! # CONFIG_XTENSA_PLATFORM_ISS is not set ! CONFIG_XTENSA_PLATFORM_XT2000=y CONFIG_XTENSA_CALIBRATE=y # CONFIG_SMP is not set *************** *** 177,181 **** # CONFIG_NET_ETHERNET=y ! CONFIG_XTENSA_XT2000_SONIC=y # CONFIG_SUNLANCE is not set # CONFIG_SUNBMAC is not set --- 177,181 ---- # CONFIG_NET_ETHERNET=y ! CONFIG_XTENSA_PLATFORM_XT2000_SONIC=y # CONFIG_SUNLANCE is not set # CONFIG_SUNBMAC is not set |