menuconfig RC_DECODERS
        bool "Remote controller decoders"
        depends on RC_CORE
-       default y
 
 if RC_DECODERS
 config IR_NEC_DECODER
        tristate "Enable IR raw decoder for the NEC protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have IR with NEC protocol, and
        tristate "Enable IR raw decoder for the RC-5 protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have IR with RC-5 protocol, and
        tristate "Enable IR raw decoder for the RC6 protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have an infrared remote control which
        tristate "Enable IR raw decoder for the JVC protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have an infrared remote control which
        tristate "Enable IR raw decoder for the Sony protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have an infrared remote control which
 config IR_SANYO_DECODER
        tristate "Enable IR raw decoder for the Sanyo protocol"
        depends on RC_CORE
-       default y
 
        ---help---
           Enable this option if you have an infrared remote control which
 config IR_SHARP_DECODER
        tristate "Enable IR raw decoder for the Sharp protocol"
        depends on RC_CORE
-       default y
 
        ---help---
           Enable this option if you have an infrared remote control which
        tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have a Microsoft Remote Keyboard for
        tristate "Enable IR raw decoder for the XMP protocol"
        depends on RC_CORE
        select BITREVERSE
-       default y
 
        ---help---
           Enable this option if you have IR with XMP protocol, and
 
 config IR_SERIAL_TRANSMITTER
        bool "Serial Port Transmitter"
-       default y
        depends on IR_SERIAL
        ---help---
           Serial Port Transmitter support