[RFC: 2.6 patch] arch/sh/Kconfig: don't source non-existing Kconfig files

From: Adrian Bunk
Date: Wed Mar 08 2006 - 06:23:06 EST


arch/sh/Kconfig shouldn't source non-existing Kconfig files.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 4 Mar 2006

--- linux-2.6.16-rc5-sh/arch/sh/Kconfig.old 2006-03-04 00:34:36.000000000 +0100
+++ linux-2.6.16-rc5-sh/arch/sh/Kconfig 2006-03-04 00:44:02.000000000 +0100
@@ -392,9 +392,9 @@

endmenu

-source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"
+#source "arch/sh/boards/renesas/hs7751rvoip/Kconfig"

-source "arch/sh/boards/renesas/rts7751r2d/Kconfig"
+#source "arch/sh/boards/renesas/rts7751r2d/Kconfig"

config SH_PCLK_FREQ
int "Peripheral clock frequency (in Hz)"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/