From b7ccfc258abce98f999035dac83b821360016ac4 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Tue, 25 Jun 2013 13:42:35 +0200 Subject: [PATCH] Linux 3.2-3.9: Add CONFIG_RC_DEVICES=y, to enable IR devices that can be used by lirc/devinput --- pkgs/os-specific/linux/kernel/linux-3.2.nix | 1 + pkgs/os-specific/linux/kernel/linux-3.4.nix | 1 + pkgs/os-specific/linux/kernel/linux-3.7.nix | 1 + pkgs/os-specific/linux/kernel/linux-3.8.nix | 1 + pkgs/os-specific/linux/kernel/linux-3.9.nix | 1 + 5 files changed, 5 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-3.2.nix b/pkgs/os-specific/linux/kernel/linux-3.2.nix index c07448b43b5..318b417f444 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.2.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.2.nix @@ -197,6 +197,7 @@ let NET_FC y # Fibre Channel driver support PPP_MULTILINK y # PPP multilink support REGULATOR y # Voltage and Current Regulator Support + RC_DEVICES y # Enable IR devices SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers diff --git a/pkgs/os-specific/linux/kernel/linux-3.4.nix b/pkgs/os-specific/linux/kernel/linux-3.4.nix index cd7e9f2b375..440f39227ed 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.4.nix @@ -199,6 +199,7 @@ let NET_FC y # Fibre Channel driver support PPP_MULTILINK y # PPP multilink support REGULATOR y # Voltage and Current Regulator Support + RC_DEVICES y # Enable IR devices SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers diff --git a/pkgs/os-specific/linux/kernel/linux-3.7.nix b/pkgs/os-specific/linux/kernel/linux-3.7.nix index 8f77334901d..2b31ec282ca 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.7.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.7.nix @@ -200,6 +200,7 @@ let NET_FC y # Fibre Channel driver support PPP_MULTILINK y # PPP multilink support REGULATOR y # Voltage and Current Regulator Support + RC_DEVICES y # Enable IR devices SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers diff --git a/pkgs/os-specific/linux/kernel/linux-3.8.nix b/pkgs/os-specific/linux/kernel/linux-3.8.nix index 6681438edd5..1516f97521d 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.8.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.8.nix @@ -200,6 +200,7 @@ let NET_FC y # Fibre Channel driver support PPP_MULTILINK y # PPP multilink support REGULATOR y # Voltage and Current Regulator Support + RC_DEVICES y # Enable IR devices SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers diff --git a/pkgs/os-specific/linux/kernel/linux-3.9.nix b/pkgs/os-specific/linux/kernel/linux-3.9.nix index 4a2a0c1d163..b63dfd5d827 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.9.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.9.nix @@ -200,6 +200,7 @@ let NET_FC y # Fibre Channel driver support PPP_MULTILINK y # PPP multilink support REGULATOR y # Voltage and Current Regulator Support + RC_DEVICES y # Enable IR devices SCSI_LOGGING y # SCSI logging facility SERIAL_8250 y # 8250/16550 and compatible serial support SLIP_COMPRESSED y # CSLIP compressed headers