diff --git a/[refs] b/[refs] index 7f670f45ca61..a3689ceba726 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c1101d5aeddda7bd0dd03bddea7aed6dbf80074 +refs/heads/master: ade321c5b8a0e4d40c0f3b73bf0d2579850028d0 diff --git a/trunk/drivers/media/IR/Kconfig b/trunk/drivers/media/IR/Kconfig index 4094490106a6..9e8f82d85cb3 100644 --- a/trunk/drivers/media/IR/Kconfig +++ b/trunk/drivers/media/IR/Kconfig @@ -1,8 +1,10 @@ -config IR_CORE - tristate +menuconfig IR_CORE + tristate "Infrared remote controller adapters" depends on INPUT default INPUT +if IR_CORE + config VIDEO_IR tristate depends on IR_CORE @@ -16,7 +18,7 @@ config LIRC Enable this option to build the Linux Infrared Remote Control (LIRC) core device interface driver. The LIRC interface passes raw IR to and from userspace, where the - LIRC daemon handles protocol decoding for IR reception ann + LIRC daemon handles protocol decoding for IR reception and encoding for IR transmitting (aka "blasting"). source "drivers/media/IR/keymaps/Kconfig" @@ -115,3 +117,5 @@ config IR_STREAMZAP To compile this driver as a module, choose M here: the module will be called streamzap. + +endif #IR_CORE