summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.v850
AgeCommit message (Collapse)Author
2004-01-16Fixup selection of endianness, since select does not work on choiceEric Andersen
items, we have to declare what endianness cpus are capable of supporting and work using dependancies.
2003-11-18Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsManuel Novoa III
are implemented in hardware or via kernel emulation doesn't matter to the libc code.
2003-11-05v850 appers to be little endian onlyEric Andersen
2003-11-05Yet more messing with selecting sane default configsEric Andersen
2003-11-05Yet more config system updatesEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
which should simplify enabling arbitrary architectures. -Erik
2002-11-08Update doc referenceEric Andersen
2002-11-07Rename `Config.v850e' to `Config.v850'.Miles Bader