Commit d322bf4a authored by Jarod Wilson's avatar Jarod Wilson Committed by Mauro Carvalho Chehab

[media] IR/Kconfig: sort hardware entries alphabetically

Signed-off-by: default avatarJarod Wilson <jarod@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent fbdc781c
...@@ -101,6 +101,20 @@ config IR_LIRC_CODEC ...@@ -101,6 +101,20 @@ config IR_LIRC_CODEC
Enable this option to pass raw IR to and from userspace via Enable this option to pass raw IR to and from userspace via
the LIRC interface. the LIRC interface.
config IR_ENE
tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)"
depends on PNP
depends on IR_CORE
---help---
Say Y here to enable support for integrated infrared receiver
/transciever made by ENE.
You can see if you have it by looking at lspnp output.
Output should include ENE0100 ENE0200 or something similiar.
To compile this driver as a module, choose M here: the
module will be called ene_ir.
config IR_IMON config IR_IMON
tristate "SoundGraph iMON Receiver and Display" tristate "SoundGraph iMON Receiver and Display"
depends on USB_ARCH_HAS_HCD depends on USB_ARCH_HAS_HCD
...@@ -113,19 +127,6 @@ config IR_IMON ...@@ -113,19 +127,6 @@ config IR_IMON
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called imon. module will be called imon.
config IR_NUVOTON
tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
depends on PNP
depends on IR_CORE
---help---
Say Y here to enable support for integrated infrared receiver
/transciever made by Nuvoton (formerly Winbond). This chip is
found in the ASRock ION 330HT, as well as assorted Intel
DP55-series motherboards (and of course, possibly others).
To compile this driver as a module, choose M here: the
module will be called nuvoton-cir.
config IR_MCEUSB config IR_MCEUSB
tristate "Windows Media Center Ed. eHome Infrared Transceiver" tristate "Windows Media Center Ed. eHome Infrared Transceiver"
depends on USB_ARCH_HAS_HCD depends on USB_ARCH_HAS_HCD
...@@ -138,19 +139,18 @@ config IR_MCEUSB ...@@ -138,19 +139,18 @@ config IR_MCEUSB
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called mceusb. module will be called mceusb.
config IR_ENE config IR_NUVOTON
tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)" tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
depends on PNP depends on PNP
depends on IR_CORE depends on IR_CORE
---help--- ---help---
Say Y here to enable support for integrated infrared receiver Say Y here to enable support for integrated infrared receiver
/transciever made by ENE. /transciever made by Nuvoton (formerly Winbond). This chip is
found in the ASRock ION 330HT, as well as assorted Intel
You can see if you have it by looking at lspnp output. DP55-series motherboards (and of course, possibly others).
Output should include ENE0100 ENE0200 or something similiar.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called ene_ir. module will be called nuvoton-cir.
config IR_STREAMZAP config IR_STREAMZAP
tristate "Streamzap PC Remote IR Receiver" tristate "Streamzap PC Remote IR Receiver"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment