Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caf430f3 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[IrDA]: Fix the AU1000 FIR dependencies



AU1000 FIR is broken, it should depend on SOC_AU1000.

Spotted by Jean-Luc Leger.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarSamuel Ortiz <samuel@sortiz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1bc17311
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)"