diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-10-08 15:23:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:18:33 -0400 |
commit | d322bf4ab2b513d03bd53b4436dbf6f2a36a7a76 (patch) | |
tree | 4f56da880fa5bf5cd57df89d177ed365ba5f79bd /drivers/media/IR/Kconfig | |
parent | fbdc781c6ba9742b475ca9979007ea12bed0d044 (diff) |
[media] IR/Kconfig: sort hardware entries alphabetically
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r-- | drivers/media/IR/Kconfig | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index 364514abb6f4..d67fff398f74 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -101,6 +101,20 @@ config IR_LIRC_CODEC | |||
101 | Enable this option to pass raw IR to and from userspace via | 101 | Enable this option to pass raw IR to and from userspace via |
102 | the LIRC interface. | 102 | the LIRC interface. |
103 | 103 | ||
104 | config IR_ENE | ||
105 | tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)" | ||
106 | depends on PNP | ||
107 | depends on IR_CORE | ||
108 | ---help--- | ||
109 | Say Y here to enable support for integrated infrared receiver | ||
110 | /transciever made by ENE. | ||
111 | |||
112 | You can see if you have it by looking at lspnp output. | ||
113 | Output should include ENE0100 ENE0200 or something similiar. | ||
114 | |||
115 | To compile this driver as a module, choose M here: the | ||
116 | module will be called ene_ir. | ||
117 | |||
104 | config IR_IMON | 118 | config IR_IMON |
105 | tristate "SoundGraph iMON Receiver and Display" | 119 | tristate "SoundGraph iMON Receiver and Display" |
106 | depends on USB_ARCH_HAS_HCD | 120 | depends on USB_ARCH_HAS_HCD |
@@ -113,19 +127,6 @@ config IR_IMON | |||
113 | To compile this driver as a module, choose M here: the | 127 | To compile this driver as a module, choose M here: the |
114 | module will be called imon. | 128 | module will be called imon. |
115 | 129 | ||
116 | config IR_NUVOTON | ||
117 | tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" | ||
118 | depends on PNP | ||
119 | depends on IR_CORE | ||
120 | ---help--- | ||
121 | Say Y here to enable support for integrated infrared receiver | ||
122 | /transciever made by Nuvoton (formerly Winbond). This chip is | ||
123 | found in the ASRock ION 330HT, as well as assorted Intel | ||
124 | DP55-series motherboards (and of course, possibly others). | ||
125 | |||
126 | To compile this driver as a module, choose M here: the | ||
127 | module will be called nuvoton-cir. | ||
128 | |||
129 | config IR_MCEUSB | 130 | config IR_MCEUSB |
130 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" | 131 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
131 | depends on USB_ARCH_HAS_HCD | 132 | depends on USB_ARCH_HAS_HCD |
@@ -138,19 +139,18 @@ config IR_MCEUSB | |||
138 | To compile this driver as a module, choose M here: the | 139 | To compile this driver as a module, choose M here: the |
139 | module will be called mceusb. | 140 | module will be called mceusb. |
140 | 141 | ||
141 | config IR_ENE | 142 | config IR_NUVOTON |
142 | tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)" | 143 | tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" |
143 | depends on PNP | 144 | depends on PNP |
144 | depends on IR_CORE | 145 | depends on IR_CORE |
145 | ---help--- | 146 | ---help--- |
146 | Say Y here to enable support for integrated infrared receiver | 147 | Say Y here to enable support for integrated infrared receiver |
147 | /transciever made by ENE. | 148 | /transciever made by Nuvoton (formerly Winbond). This chip is |
148 | 149 | found in the ASRock ION 330HT, as well as assorted Intel | |
149 | You can see if you have it by looking at lspnp output. | 150 | DP55-series motherboards (and of course, possibly others). |
150 | Output should include ENE0100 ENE0200 or something similiar. | ||
151 | 151 | ||
152 | To compile this driver as a module, choose M here: the | 152 | To compile this driver as a module, choose M here: the |
153 | module will be called ene_ir. | 153 | module will be called nuvoton-cir. |
154 | 154 | ||
155 | config IR_STREAMZAP | 155 | config IR_STREAMZAP |
156 | tristate "Streamzap PC Remote IR Receiver" | 156 | tristate "Streamzap PC Remote IR Receiver" |