aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irda/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /drivers/irda/Kconfig
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'drivers/irda/Kconfig')
-rw-r--r--drivers/irda/Kconfig30
1 files changed, 24 insertions, 6 deletions
diff --git a/drivers/irda/Kconfig b/drivers/irda/Kconfig
index bf2603f..c952254 100644
--- a/drivers/irda/Kconfig
+++ b/drivers/irda/Kconfig
@@ -8,13 +8,31 @@ menuconfig IR_REMOCON
If unsure, say N.
-if IR_REMOCON
-
-config IR_REMOCON_EUR
- bool "IR_LED driver of EUR model"
+choice
+ prompt "Control type"
depends on IR_REMOCON
+ default IR_REMOCON_GPIO
+
+config IR_REMOCON_GPIO
+ bool "GPIO-based IR LED driver"
+
+config IR_REMOCON_MC96
+ bool "Micom(ABOV)-based IR LED driver"
+
+endchoice
+
+config IR_REMOCON_GPIO_EUR
+ bool "GPIO-based IR LED driver of EUR model"
+ depends on IR_REMOCON && IR_REMOCON_GPIO
default n
help
- Say Y here to enable the driver for IR_LED of EUR model.
+ Say Y here to enable the GPIO-based driver for IR_LED of EUR model.
+
+config IR_REMOCON_GPIO_TMO
+ bool "GPIO-based IR LED driver of TMO model"
+ depends on IR_REMOCON && IR_REMOCON_GPIO
+ default n
+ help
+ Say Y here to enable the GPIO-based driver for IR_LED of TMO model.
+
-endif