public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] arch/sh/Kconfig: don't source non-existing Kconfig files
@ 2006-03-03 23:45 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-03 23:45 UTC (permalink / raw)
  To: lethal, kkojima; +Cc: linuxsh-dev, linux-kernel

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


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- 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)"


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RFC: 2.6 patch] arch/sh/Kconfig: don't source non-existing Kconfig files
@ 2006-03-08 11:25 Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-08 11:25 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lethal, kkojima, linuxsh-dev, linux-kernel

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


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

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)"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-08 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03 23:45 [RFC: 2.6 patch] arch/sh/Kconfig: don't source non-existing Kconfig files Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-03-08 11:25 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox