From: Adrian Bunk <bunk@stusta.de> Date: Tue, 14 Feb 2006 21:53:10 +0000 (-0800) Subject: [PATCH] fix a typo in the CPU_H8300H dependencies X-Git-Tag: v2.6.16-rc4~66 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5a1342f77304da8dc698e0ecf09925438764d80f;p=linux-2.6-omap-h63xx.git [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> --- diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu index a380167a13c..582797db960 100644 --- a/arch/h8300/Kconfig.cpu +++ b/arch/h8300/Kconfig.cpu @@ -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