#
# 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.

choice
	prompt "Control type"
	depends on IR_REMOCON
	default IR_REMOCON_MC96FR116C

config IR_REMOCON_MC96FR116C
	bool "MC96FR116C IR Blaster, Abov semicondoctor Co., Ltd. IR LED driver"

endchoice

