diff mbox

[-next] media/IR: nec-decoder needs to select BITREV

Message ID 20100526100851.25b57d9b.randy.dunlap@oracle.com (mailing list archive)
State Accepted
Delegated to: Douglas Landgraf
Headers show

Commit Message

Randy Dunlap May 26, 2010, 5:08 p.m. UTC
None
diff mbox

Patch

--- linux-next-20100514.orig/drivers/media/IR/Kconfig
+++ linux-next-20100514/drivers/media/IR/Kconfig
@@ -13,6 +13,7 @@  source "drivers/media/IR/keymaps/Kconfig
 config IR_NEC_DECODER
 	tristate "Enable IR raw decoder for the NEC protocol"
 	depends on IR_CORE
+	select BITREVERSE
 	default y
 
 	---help---