commit | ce3de78a1c9504dba1781e47613b397e4028ae2b | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed Mar 09 14:19:08 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 15 21:01:57 2011 +1000 |
tree | c7d73f9e66786768e3418aa9a0038716d4bf342b | |
parent | 442ca465c0e775a0808e02d4fcddeddb2fcc882c [diff] |
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>