Skip to content

Commit

Permalink
[IrDA]: Fix the AU1000 FIR dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jun 30, 2006
1 parent 1bc1731 commit caf430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/irda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit caf430f

Please sign in to comment.