diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-08 23:19:08 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-03-15 07:01:57 -0400 |
commit | ce3de78a1c9504dba1781e47613b397e4028ae2b (patch) | |
tree | c7d73f9e66786768e3418aa9a0038716d4bf342b /arch/m68knommu | |
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>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 2e6fe63b7a0f..b5424cf948e6 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -260,17 +260,6 @@ config CLOCK_FREQ | |||
260 | if it is fitted (there are some exceptions). This value will be | 260 | if it is fitted (there are some exceptions). This value will be |
261 | specific to the exact CPU that you are using. | 261 | specific to the exact CPU that you are using. |
262 | 262 | ||
263 | config CLOCK_DIV | ||
264 | int "Set the core/bus clock divide ratio" | ||
265 | default "1" | ||
266 | depends on CLOCK_SET | ||
267 | help | ||
268 | On many SoC style CPUs the master CPU clock is also used to drive | ||
269 | on-chip peripherals. The clock that is distributed to these | ||
270 | peripherals is sometimes a fixed ratio of the master clock | ||
271 | frequency. If so then set this to the divider ratio of the | ||
272 | master clock to the peripheral clock. If not sure then select 1. | ||
273 | |||
274 | config OLDMASK | 263 | config OLDMASK |
275 | bool "Old mask 5307 (1H55J) silicon" | 264 | bool "Old mask 5307 (1H55J) silicon" |
276 | depends on M5307 | 265 | depends on M5307 |