From ae3ca47b030a948eb636207b5244d1a220c78101 Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Mon, 2 Nov 2020 12:22:02 +0100 Subject: [PATCH] Enable CONFIG_IR_GPIO_CIR for all boards (#2298) This closes #2297 --- config/kernel/linux-mt7623-dev.config | 2 +- config/kernel/linux-mt7623-legacy.config | 2 +- config/kernel/linux-rockpis-dev.config | 2 +- config/kernel/linux-sunxi-current.config | 2 +- config/kernel/linux-sunxi-dev.config | 2 +- config/kernel/linux-sunxi64-current.config | 2 +- config/kernel/linux-sunxi64-dev.config | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/kernel/linux-mt7623-dev.config b/config/kernel/linux-mt7623-dev.config index 0bd9d6bfd..854a02b6f 100644 --- a/config/kernel/linux-mt7623-dev.config +++ b/config/kernel/linux-mt7623-dev.config @@ -4151,7 +4151,7 @@ CONFIG_IR_MTK=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m # CONFIG_IR_GPIO_TX is not set # CONFIG_IR_PWM_TX is not set # CONFIG_IR_SERIAL is not set diff --git a/config/kernel/linux-mt7623-legacy.config b/config/kernel/linux-mt7623-legacy.config index b73239928..f9e5b4def 100644 --- a/config/kernel/linux-mt7623-legacy.config +++ b/config/kernel/linux-mt7623-legacy.config @@ -3817,7 +3817,7 @@ CONFIG_IR_MTK=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m # CONFIG_IR_GPIO_TX is not set # CONFIG_IR_PWM_TX is not set # CONFIG_IR_SERIAL is not set diff --git a/config/kernel/linux-rockpis-dev.config b/config/kernel/linux-rockpis-dev.config index 562fcc3be..ead4c8588 100644 --- a/config/kernel/linux-rockpis-dev.config +++ b/config/kernel/linux-rockpis-dev.config @@ -3726,7 +3726,7 @@ CONFIG_IR_IMON_RAW=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m # CONFIG_IR_SERIAL is not set # CONFIG_IR_SIR is not set CONFIG_RC_XBOX_DVD=m diff --git a/config/kernel/linux-sunxi-current.config b/config/kernel/linux-sunxi-current.config index ac96dce48..852e483c6 100644 --- a/config/kernel/linux-sunxi-current.config +++ b/config/kernel/linux-sunxi-current.config @@ -3745,7 +3745,7 @@ CONFIG_IR_SPI=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m # CONFIG_IR_PWM_TX is not set CONFIG_IR_SUNXI=m diff --git a/config/kernel/linux-sunxi-dev.config b/config/kernel/linux-sunxi-dev.config index 3b2e26196..c756a8ff2 100644 --- a/config/kernel/linux-sunxi-dev.config +++ b/config/kernel/linux-sunxi-dev.config @@ -3725,7 +3725,7 @@ CONFIG_IR_SPI=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m # CONFIG_IR_PWM_TX is not set CONFIG_IR_SUNXI=m diff --git a/config/kernel/linux-sunxi64-current.config b/config/kernel/linux-sunxi64-current.config index dc693c891..1953c31de 100644 --- a/config/kernel/linux-sunxi64-current.config +++ b/config/kernel/linux-sunxi64-current.config @@ -3715,7 +3715,7 @@ CONFIG_IR_SPI=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m CONFIG_IR_PWM_TX=m CONFIG_IR_SUNXI=m diff --git a/config/kernel/linux-sunxi64-dev.config b/config/kernel/linux-sunxi64-dev.config index 36f977cb9..421229643 100644 --- a/config/kernel/linux-sunxi64-dev.config +++ b/config/kernel/linux-sunxi64-dev.config @@ -3697,7 +3697,7 @@ CONFIG_IR_SPI=m # CONFIG_IR_IGUANA is not set # CONFIG_IR_TTUSBIR is not set # CONFIG_RC_LOOPBACK is not set -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m CONFIG_IR_PWM_TX=m CONFIG_IR_SUNXI=m