From f9b6fe26b3e0abd7f8487ea604797b8e7dfbf238 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 9 Jun 2023 12:52:29 +0800 Subject: [PATCH] kernel: add missing Kconfig symbol Signed-off-by: Tianling Shen --- target/linux/generic/config-5.15 | 1 + target/linux/generic/config-6.1 | 1 + target/linux/mediatek/filogic/config-5.15 | 1 - target/linux/mediatek/mt7622/config-5.15 | 1 - target/linux/mediatek/mt7623/config-5.15 | 1 - target/linux/mediatek/mt7629/config-5.15 | 1 - 6 files changed, 2 insertions(+), 4 deletions(-) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 2c4acaa38a..39021028ca 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -2910,6 +2910,7 @@ CONFIG_IP_VS_MH_TAB_INDEX=10 # CONFIG_IR_LIRC_CODEC is not set # CONFIG_IR_MCE_KBD_DECODER is not set # CONFIG_IR_MCEUSB is not set +# CONFIG_IR_MTK is not set # CONFIG_IR_NEC_DECODER is not set # CONFIG_IR_NUVOTON is not set # CONFIG_IR_PWM_TX is not set diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index bdb24bb700..34e173caaf 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -3014,6 +3014,7 @@ CONFIG_IP_VS_MH_TAB_INDEX=10 # CONFIG_IR_LIRC_CODEC is not set # CONFIG_IR_MCEUSB is not set # CONFIG_IR_MCE_KBD_DECODER is not set +# CONFIG_IR_MTK is not set # CONFIG_IR_NEC_DECODER is not set # CONFIG_IR_NUVOTON is not set # CONFIG_IR_PWM_TX is not set diff --git a/target/linux/mediatek/filogic/config-5.15 b/target/linux/mediatek/filogic/config-5.15 index a112b901ea..4cae8c50ac 100644 --- a/target/linux/mediatek/filogic/config-5.15 +++ b/target/linux/mediatek/filogic/config-5.15 @@ -185,7 +185,6 @@ CONFIG_I2C_MT65XX=y CONFIG_ICPLUS_PHY=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_INITRAMFS_SOURCE="" -# CONFIG_IR_MTK is not set CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y diff --git a/target/linux/mediatek/mt7622/config-5.15 b/target/linux/mediatek/mt7622/config-5.15 index c388e03901..30a5ff948f 100644 --- a/target/linux/mediatek/mt7622/config-5.15 +++ b/target/linux/mediatek/mt7622/config-5.15 @@ -208,7 +208,6 @@ CONFIG_I2C_MT65XX=y CONFIG_ICPLUS_PHY=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_INITRAMFS_SOURCE="" -# CONFIG_IR_MTK is not set CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y diff --git a/target/linux/mediatek/mt7623/config-5.15 b/target/linux/mediatek/mt7623/config-5.15 index fbeb45c254..039a904f19 100644 --- a/target/linux/mediatek/mt7623/config-5.15 +++ b/target/linux/mediatek/mt7623/config-5.15 @@ -283,7 +283,6 @@ CONFIG_IOMMU_IO_PGTABLE_ARMV7S=y # CONFIG_IOMMU_IO_PGTABLE_ARMV7S_SELFTEST is not set # CONFIG_IOMMU_IO_PGTABLE_LPAE is not set CONFIG_IOMMU_SUPPORT=y -# CONFIG_IR_MTK is not set CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y diff --git a/target/linux/mediatek/mt7629/config-5.15 b/target/linux/mediatek/mt7629/config-5.15 index bf1def1b50..08089dde2a 100644 --- a/target/linux/mediatek/mt7629/config-5.15 +++ b/target/linux/mediatek/mt7629/config-5.15 @@ -142,7 +142,6 @@ CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_MTK=y CONFIG_HZ_FIXED=0 CONFIG_INITRAMFS_SOURCE="" -# CONFIG_IR_MTK is not set CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_DOMAIN_HIERARCHY=y