From 1f53a41603b9093c59741f4208fef0ab3790d6ce Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 4 Dec 2002 23:39:58 +0000 Subject: Add LED indication for IDE activity on KUP4K board --- include/configs/KUP4K.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/KUP4K.h b/include/configs/KUP4K.h index 7dc1b90d174..d02ec0d6376 100644 --- a/include/configs/KUP4K.h +++ b/include/configs/KUP4K.h @@ -292,7 +292,7 @@ #define CONFIG_IDE_8xx_PCCARD 1 /* Use IDE with PC Card Adapter */ #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ -#undef CONFIG_IDE_LED /* LED for ide not supported */ +#define CONFIG_IDE_LED 1 /* LED for ide supported */ #undef CONFIG_IDE_RESET /* reset for ide not supported */ #define CFG_IDE_MAXBUS 2 -- cgit v1.2.3