diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2007-02-07 13:56:44 +0900 | 
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 10:54:45 +0900 | 
| commit | 506b85f4114b912d2e91fab8da9849289e43857f (patch) | |
| tree | 804c09e57d4826277730e00b151f077cab4dfbab /arch/sh/Kconfig | |
| parent | dbbfa2da27fbf353caa8934768afbbf8d5e73d9b (diff) | |
sh: add SH_CLK_MD Kconfig default.
This option needs a default - otherwise `make allmodconfig' gets
stuck in an infinite loop.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
| -rw-r--r-- | arch/sh/Kconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 04cbc88e9b9f..d18310ab4c70 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -481,6 +481,7 @@ config SH_PCLK_FREQ  config SH_CLK_MD  	int "CPU Mode Pin Setting" +	default 0  	depends on CPU_SUBTYPE_SH7619 || CPU_SUBTYPE_SH7206  	help  	  MD2 - MD0 pin setting. | 
