diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-09-06 21:32:57 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-09-10 21:25:28 +0100 |
commit | 43863074659b71345b0047c2cf2ff8d8f7a4b4a1 (patch) | |
tree | 1e19d3a60c589bbef55b0b4b9afb47a9908e5960 /arch | |
parent | 603c338bdd455952d768fc24bf2c754dd4229aed (diff) |
[MIPS] Ocelot: remove remaining bits
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4a54d21ee17c..3b807b4bc7cd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -818,20 +818,6 @@ config EMMA2RH config SERIAL_RM9000 bool -# -# Unfortunately not all GT64120 systems run the chip at the same clock. -# As the user for the clock rate and try to minimize the available options. -# -choice - prompt "Galileo Chip Clock" - depends on MOMENCO_OCELOT - default SYSCLK_100 if MOMENCO_OCELOT - -config SYSCLK_100 - bool "100" if MOMENCO_OCELOT - -endchoice - config ARC32 bool |