[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220628124441.2385023-6-martin.blumenstingl@googlemail.com>
Date: Tue, 28 Jun 2022 14:44:37 +0200
From: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
To: linux-phy@...ts.infradead.org, devicetree@...r.kernel.org,
p.zabel@...gutronix.de
Cc: linux-kernel@...r.kernel.org, linux-mips@...r.kernel.org,
vkoul@...nel.org, kishon@...com, rtanwar@...linear.com,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Subject: [PATCH v1 5/9] reset: intel: Allow enabling the driver on "LANTIQ" (MIPS) platforms
Lantiq MIPS SoC use CONFIG_LANTIQ. Allow enabling the Intel GW reset
driver there as well so we can get rid of the reset-lantiq driver in
future.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
---
drivers/reset/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 93c8d07ee328..68a5ea44612e 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -84,7 +84,7 @@ config RESET_IMX7
config RESET_INTEL_GW
bool "Intel Reset Controller Driver"
- depends on X86 || COMPILE_TEST
+ depends on X86 || LANTIQ || COMPILE_TEST
depends on OF && HAS_IOMEM
select REGMAP_MMIO
help
--
2.36.1
Powered by blists - more mailing lists