CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/30 20:45:38
Modified files:
arch/mips : Kconfig defconfig
arch/mips/configs: atlas_defconfig capcella_defconfig
cobalt_defconfig db1000_defconfig
db1100_defconfig db1500_defconfig
db1550_defconfig ddb5476_defconfig
ddb5477_defconfig decstation_defconfig
e55_defconfig ev64120_defconfig
ev96100_defconfig ip22_defconfig
ip27_defconfig ip32_defconfig
it8172_defconfig ivr_defconfig
jaguar-atx_defconfig jmr3927_defconfig
lasat200_defconfig malta_defconfig
mpc30x_defconfig ocelot_3_defconfig
ocelot_c_defconfig ocelot_defconfig
ocelot_g_defconfig osprey_defconfig
pb1100_defconfig pb1500_defconfig
pb1550_defconfig rm200_defconfig
sb1250-swarm_defconfig sead_defconfig
tb0226_defconfig tb0229_defconfig
workpad_defconfig yosemite_defconfig
Added files:
arch/mips/vr4181: Kconfig
arch/mips/jazz : Kconfig
arch/mips/tx4927: Kconfig
arch/mips/ddb5xxx: Kconfig
arch/mips/vr41xx: Kconfig
arch/mips/ite-boards: Kconfig
arch/mips/sgi-ip27: Kconfig
arch/mips/pmc-sierra: Kconfig
arch/mips/lasat: Kconfig
arch/mips/gt64120/ev64120: Kconfig
arch/mips/sibyte: Kconfig
arch/mips/momentum: Kconfig
Log message:
Chainsaw Kconfig a bit further. Highlights:
o Systems are now selected in a choice statement ensuring only one
mutually exclusive system ever can be enabled.
o Systems indicate via SYS_SUPPORTS_32BIT_KERNEL and
SYS_SUPPORTS_64BIT_KERNEL which kernel variants are supported.
o Equivalent to that CPU_SUPPORTS_32BIT_KERNEL and
CPU_SUPPORTS_64BIT_KERNEL indicate what kernel types are supported
by a particular processor.
o SYS_SUPPORTS_BIG_ENDIAN and SYS_SUPPORTS_LITTLE_ENDIAN indicate
the endianess.
o Many of the platform specific options are now in new platform
specific Kconfig files.
|