aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-11-01 12:18:48 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-11-09 02:40:00 -0500
commit16b259203c513ed28bd31cc9a981e0d3ad517943 (patch)
treed29600ee92f96a8f9bcf9e3d91e001ea8e09015c /arch/sh/Kconfig
parenta7bcf21e60c73cb7f7c13fad928967d7e47c3cac (diff)
sh: migrate SH_CLK_MD to mode pin API.
This kills off the hardcoded SH_CLK_MD introduced by the SH-2 boards and converts over to the mode pin API. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 7f217b3a50a8..2fe8812f78de 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -567,15 +567,6 @@ config SH_CLK_CPG_LEGACY
567 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ 567 def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \
568 !CPU_SHX3 && !CPU_SUBTYPE_SH7757 568 !CPU_SHX3 && !CPU_SUBTYPE_SH7757
569 569
570config SH_CLK_MD
571 int "CPU Mode Pin Setting"
572 depends on CPU_SH2
573 default 6 if CPU_SUBTYPE_SH7206
574 default 5 if CPU_SUBTYPE_SH7619
575 default 0
576 help
577 MD2 - MD0 pin setting.
578
579source "kernel/time/Kconfig" 570source "kernel/time/Kconfig"
580 571
581endmenu 572endmenu