aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irda/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
commitc6da2cfeb05178a11c6d062a06f8078150ee492f (patch)
treef3b4021d252c52d6463a9b3c1bb7245e399b009c /drivers/irda/Kconfig
parentc6d7c4dbff353eac7919342ae6b3299a378160a6 (diff)
downloadkernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.zip
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.gz
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.bz2
samsung update 1
Diffstat (limited to 'drivers/irda/Kconfig')
-rw-r--r--drivers/irda/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/irda/Kconfig b/drivers/irda/Kconfig
new file mode 100644
index 0000000..bf2603f
--- /dev/null
+++ b/drivers/irda/Kconfig
@@ -0,0 +1,20 @@
+#
+# IR_LED
+#
+menuconfig IR_REMOCON
+ bool "IR LED driver only for the remote control"
+ help
+ This option doesn't affect the kernel.
+
+ If unsure, say N.
+
+if IR_REMOCON
+
+config IR_REMOCON_EUR
+ bool "IR_LED driver of EUR model"
+ depends on IR_REMOCON
+ default n
+ help
+ Say Y here to enable the driver for IR_LED of EUR model.
+
+endif