[2.6 patch] fix a typo in the CPU_H8300H dependencies

From: Adrian Bunk
Date: Mon Feb 13 2006 - 19:15:31 EST


Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx> found this obvious typo.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.16-rc2-mm1-full/arch/h8300/Kconfig.cpu.old 2006-02-14 01:14:34.000000000 +0100
+++ linux-2.6.16-rc2-mm1-full/arch/h8300/Kconfig.cpu 2006-02-14 01:14:57.000000000 +0100
@@ -169,7 +169,7 @@

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

config CPU_H8S

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/