Skip to content

Commit

Permalink
[PATCH] arch/sh/Kconfig: don't source non-existing Kconfig files
Browse files Browse the repository at this point in the history
arch/sh/Kconfig shouldn't source non-existing Kconfig files.

Signed-off-by: Adrian Bunk <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: Kazumoto Kojima <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Mar 10, 2006
1 parent 0ef675d commit 38fb942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ config SH_TMU

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

0 comments on commit 38fb942

Please sign in to comment.