Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Adrian Bunk and committed by
Linus Torvalds
5a1342f7 d6077cb8

+1 -1
+1 -1
arch/h8300/Kconfig.cpu
··· 169 169 170 170 config CPU_H8300H 171 171 bool 172 - depends on (H8002 || H83007 || H83048 || H83068) 172 + depends on (H83002 || H83007 || H83048 || H83068) 173 173 default y 174 174 175 175 config CPU_H8S