Explorar o código

[PATCH] fix a typo in the CPU_H8300H dependencies

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>
Adrian Bunk %!s(int64=19) %!d(string=hai) anos
pai
achega
5a1342f773
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/h8300/Kconfig.cpu

+ 1 - 1
arch/h8300/Kconfig.cpu

@@ -169,7 +169,7 @@ endif
 
 
 config CPU_H8300H
 config CPU_H8300H
 	bool
 	bool
-	depends on (H8002 || H83007 || H83048 || H83068)
+	depends on (H83002 || H83007 || H83048 || H83068)
 	default y
 	default y
 
 
 config CPU_H8S
 config CPU_H8S