projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc1731
)
[IrDA]: Fix the AU1000 FIR dependencies
author
Adrian Bunk
<bunk@stusta.de>
Fri, 30 Jun 2006 00:03:19 +0000
(17:03 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 30 Jun 2006 00:03:19 +0000
(17:03 -0700)
AU1000 FIR is broken, it should depend on SOC_AU1000.
Spotted by Jean-Luc Leger.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/irda/Kconfig
b/drivers/net/irda/Kconfig
index d2ce4896abff24605d8b4ab37cf221f6e78f8107..e9e6d99a9add263619e2278f756b59ab29709aa4 100644
(file)
--- a/
drivers/net/irda/Kconfig
+++ b/
drivers/net/irda/Kconfig
@@
-350,7
+350,7
@@
config TOSHIBA_FIR
config AU1000_FIR
tristate "Alchemy Au1000 SIR/FIR"
- depends on
MIPS
_AU1000 && IRDA
+ depends on
SOC
_AU1000 && IRDA
config SMC_IRCC_FIR
tristate "SMSC IrCC (EXPERIMENTAL)"