]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: create config options for CPU classes
authorGreg Ungerer <gerg@uclinux.org>
Thu, 2 Jun 2011 05:50:48 +0000 (15:50 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 14 Jun 2011 01:42:29 +0000 (11:42 +1000)
commitf7aa9c203c5440453494aff011ce06ff1fd31f98
treee51fef01cf12df947bb12f771556969cd709020f
parenteaae300b3f4f723e428a03ce5136d84be9c1dfb0
m68knommu: create config options for CPU classes

There are 3 families of CPU core types that we support in the m68knommu
architecture branch. They are

. traditional 68000
. CPU32 (a 68020 core derivative without MMU or bitfield instructions)
. ColdFire

It will be useful going forward to have a CONFIG_ option defined for
each type. We already have one for ColdFire (CONFIG_COLDFIRE), so add
for the other 2 families, CONFIG_M68000 and CONFIG_MCPU32.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.nommu