diff options
author | Jean-Christian de Rivaz <jc@eclis.ch> | 2007-06-11 05:44:14 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-06-11 05:44:14 -0400 |
commit | c5760abde715dcd9ead66769e45d1896332e9d9c (patch) | |
tree | 50bce95b42cbc4ad2cb62da98be40c160fe35b6c /drivers/net/smc91x.h | |
parent | d6fe89b0630080e2bd6ece20ff7b1b5c2647ed62 (diff) |
Blackfin SMC91X ethernet supporting driver: SMC91C111 LEDs are note drived in the kernel like in uboot
Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index 506bffcbc6dc..f8429449dc1e 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -58,6 +58,8 @@ | |||
58 | #elif defined(CONFIG_BFIN) | 58 | #elif defined(CONFIG_BFIN) |
59 | 59 | ||
60 | #define SMC_IRQ_FLAGS IRQF_TRIGGER_HIGH | 60 | #define SMC_IRQ_FLAGS IRQF_TRIGGER_HIGH |
61 | #define RPC_LSA_DEFAULT RPC_LED_100_10 | ||
62 | #define RPC_LSB_DEFAULT RPC_LED_TX_RX | ||
61 | 63 | ||
62 | # if defined (CONFIG_BFIN561_EZKIT) | 64 | # if defined (CONFIG_BFIN561_EZKIT) |
63 | #define SMC_CAN_USE_8BIT 0 | 65 | #define SMC_CAN_USE_8BIT 0 |