0c1cc4235e6ce98761bb2f492ed7ba1069425265
[openwrt/openwrt.git] / target / linux / realtek / patches-5.10 / 305-irqchip-update-dependency-for-irq-realtek-rtl.patch
1 From 2cd00b51470a30198b048a5fca48a04db77e29cc Mon Sep 17 00:00:00 2001
2 From: INAGAKI Hiroshi <musashino.open@gmail.com>
3 Date: Fri, 21 May 2021 23:16:37 +0900
4 Subject: [PATCH] realtek: backport irq-realtek-rtl driver from 5.12 to 5.10
5
6 This patch backports "irq-realtek-rtl" driver to Kernel 5.10 from 5.12.
7 "MACH_REALTEK_RTL" is used as a platform name in upstream, but "RTL838X"
8 is used in OpenWrt, so update the dependency by the additional patch.
9
10 Submitted-by: INAGAKI Hiroshi <musashino.open@gmail.com>
11 ---
12 drivers/irqchip/Makefile | 2 +-
13 1 files changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/drivers/irqchip/Makefile
16 +++ b/drivers/irqchip/Makefile
17 @@ -114,4 +114,4 @@ obj-$(CONFIG_LOONGSON_PCH_PIC) += irq-l
18 obj-$(CONFIG_LOONGSON_PCH_MSI) += irq-loongson-pch-msi.o
19 obj-$(CONFIG_MST_IRQ) += irq-mst-intc.o
20 obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o
21 -obj-$(CONFIG_MACH_REALTEK_RTL) += irq-realtek-rtl.o
22 +obj-$(CONFIG_RTL83XX) += irq-realtek-rtl.o