Linux 3.2-3.9: Add CONFIG_RC_DEVICES=y, to enable IR devices that can be used by lirc/devinput
This commit is contained in:
parent
e382e34f51
commit
b7ccfc258a
|
@ -197,6 +197,7 @@ let
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
RC_DEVICES y # Enable IR devices
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
|
|
@ -199,6 +199,7 @@ let
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
RC_DEVICES y # Enable IR devices
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
|
|
@ -200,6 +200,7 @@ let
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
RC_DEVICES y # Enable IR devices
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
|
|
@ -200,6 +200,7 @@ let
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
RC_DEVICES y # Enable IR devices
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
|
|
@ -200,6 +200,7 @@ let
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
RC_DEVICES y # Enable IR devices
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
|
Loading…
Reference in New Issue