m68knommu: remove ColdFire CLOCK_DIV config option
authorGreg Ungerer <gerg@uclinux.org>
Wed, 9 Mar 2011 04:19:08 +0000 (14:19 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:57 +0000 (21:01 +1000)
commitce3de78a1c9504dba1781e47613b397e4028ae2b
treec7d73f9e66786768e3418aa9a0038716d4bf342b
parent442ca465c0e775a0808e02d4fcddeddb2fcc882c
m68knommu: remove ColdFire CLOCK_DIV config option

The reality is that you do not need the abiltity to configure the
clock divider for ColdFire CPUs. It is a fixed ratio on any given
ColdFire family member. It is not the same for all ColdFire parts,
but it is always the same in a model range. So hard define the divider
for each supported ColdFire CPU type and remove the Kconfig option.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
13 files changed:
arch/m68k/include/asm/coldfire.h
arch/m68k/include/asm/m5206sim.h
arch/m68k/include/asm/m520xsim.h
arch/m68k/include/asm/m523xsim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m5272sim.h
arch/m68k/include/asm/m527xsim.h
arch/m68k/include/asm/m528xsim.h
arch/m68k/include/asm/m5307sim.h
arch/m68k/include/asm/m532xsim.h
arch/m68k/include/asm/m5407sim.h
arch/m68k/include/asm/m54xxsim.h
arch/m68knommu/Kconfig