Skip to content

Commit

Permalink
[PATCH] fix a typo in the CPU_H8300H dependencies
Browse files Browse the repository at this point in the history
Jean-Luc Leger <reiga@dspnet.fr.eu.org> found this obvious typo.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 15, 2006
1 parent d6077cb commit 5a1342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/h8300/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ endif

config CPU_H8300H
bool
depends on (H8002 || H83007 || H83048 || H83068)
depends on (H83002 || H83007 || H83048 || H83068)
default y

config CPU_H8S
Expand Down

0 comments on commit 5a1342f

Please sign in to comment.