[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250605071940.348873-3-drew@pdp7.com>
Date: Thu, 5 Jun 2025 00:17:48 -0700
From: Drew Fustini <drew@...7.com>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Alexandre Ghiti <alex@...ti.fr>,
Conor Dooley <conor.dooley@...rochip.com>,
linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Michal Wilczynski <m.wilczynski@...sung.com>
Cc: Drew Fustini <drew@...7.com>
Subject: [PATCH] riscv: defconfig: Enable TH1520 aon, mbox and reset support
Enable TH1520 Always-On (AON) firmware protocol, TH1520 Mailbox and
TH1520 reset controller.
Signed-off-by: Drew Fustini <drew@...7.com>
---
arch/riscv/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index fe8bd8afb418..86b13177f27b 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -178,6 +178,7 @@ CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_AXP20X=y
CONFIG_REGULATOR_GPIO=y
+CONFIG_RESET_TH1520=m
CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_PLATFORM_SUPPORT=y
CONFIG_VIDEO_CADENCE_CSI2RX=m
@@ -258,7 +259,9 @@ CONFIG_RPMSG_CTRL=y
CONFIG_RPMSG_VIRTIO=y
CONFIG_PM_DEVFREQ=y
CONFIG_IIO=y
+CONFIG_TH1520_AON_PROTOCOL=m
CONFIG_THEAD_C900_ACLINT_SSWI=y
+CONFIG_THEAD_TH1520_MBOX=m
CONFIG_PHY_SUN4I_USB=m
CONFIG_PHY_STARFIVE_JH7110_DPHY_RX=m
CONFIG_PHY_STARFIVE_JH7110_PCIE=m
--
2.43.0
Powered by blists - more mailing lists