mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
media: rc: allow build pnp-dependent drivers with COMPILE_TEST
The pnp header already provide enough stub to build those drivers with COMPILE_TEST on non-x86 archs. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Acked-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
516af1e2e4
commit
6ba0b22d20
@ -149,7 +149,7 @@ config RC_ATI_REMOTE
|
|||||||
|
|
||||||
config IR_ENE
|
config IR_ENE
|
||||||
tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
|
tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
|
||||||
depends on PNP
|
depends on PNP || COMPILE_TEST
|
||||||
depends on RC_CORE
|
depends on RC_CORE
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable support for integrated infrared receiver
|
Say Y here to enable support for integrated infrared receiver
|
||||||
@ -210,7 +210,7 @@ config IR_MCEUSB
|
|||||||
|
|
||||||
config IR_ITE_CIR
|
config IR_ITE_CIR
|
||||||
tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
|
tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
|
||||||
depends on PNP
|
depends on PNP || COMPILE_TEST
|
||||||
depends on RC_CORE
|
depends on RC_CORE
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable support for integrated infrared receivers
|
Say Y here to enable support for integrated infrared receivers
|
||||||
@ -223,7 +223,7 @@ config IR_ITE_CIR
|
|||||||
|
|
||||||
config IR_FINTEK
|
config IR_FINTEK
|
||||||
tristate "Fintek Consumer Infrared Transceiver"
|
tristate "Fintek Consumer Infrared Transceiver"
|
||||||
depends on PNP
|
depends on PNP || COMPILE_TEST
|
||||||
depends on RC_CORE
|
depends on RC_CORE
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable support for integrated infrared receiver
|
Say Y here to enable support for integrated infrared receiver
|
||||||
@ -257,7 +257,7 @@ config IR_MTK
|
|||||||
|
|
||||||
config IR_NUVOTON
|
config IR_NUVOTON
|
||||||
tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
|
tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
|
||||||
depends on PNP
|
depends on PNP || COMPILE_TEST
|
||||||
depends on RC_CORE
|
depends on RC_CORE
|
||||||
---help---
|
---help---
|
||||||
Say Y here to enable support for integrated infrared receiver
|
Say Y here to enable support for integrated infrared receiver
|
||||||
@ -305,7 +305,7 @@ config IR_STREAMZAP
|
|||||||
|
|
||||||
config IR_WINBOND_CIR
|
config IR_WINBOND_CIR
|
||||||
tristate "Winbond IR remote control"
|
tristate "Winbond IR remote control"
|
||||||
depends on X86 && PNP
|
depends on (X86 && PNP) || COMPILE_TEST
|
||||||
depends on RC_CORE
|
depends on RC_CORE
|
||||||
select NEW_LEDS
|
select NEW_LEDS
|
||||||
select LEDS_CLASS
|
select LEDS_CLASS
|
||||||
|
Loading…
Reference in New Issue
Block a user