diff mbox series

ARM: aspeed: Don't select SRAM

Message ID 20250115103942.421429-1-joel@jms.id.au
State New
Headers show
Series ARM: aspeed: Don't select SRAM | expand

Commit Message

Joel Stanley Jan. 15, 2025, 10:39 a.m. UTC
The ASPEED devices have SRAM, but don't require it for basic function
(or any function; there's no known users of the driver).

Fixes: 8c2ed9bcfbeb ("arm: Add Aspeed machine")
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 arch/arm/mach-aspeed/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Andrew Jeffery Jan. 31, 2025, 5:46 a.m. UTC | #1
On Wed, 15 Jan 2025 21:09:40 +1030, Joel Stanley wrote:
> The ASPEED devices have SRAM, but don't require it for basic function
> (or any function; there's no known users of the driver).
> 
> 

Thanks, I've applied this to be picked up through the BMC tree.

--
Andrew Jeffery <andrew@codeconstruct.com.au>
diff mbox series

Patch

diff --git a/arch/arm/mach-aspeed/Kconfig b/arch/arm/mach-aspeed/Kconfig
index 080019aa6fcd..fcf287edd0e5 100644
--- a/arch/arm/mach-aspeed/Kconfig
+++ b/arch/arm/mach-aspeed/Kconfig
@@ -2,7 +2,6 @@ 
 menuconfig ARCH_ASPEED
 	bool "Aspeed BMC architectures"
 	depends on (CPU_LITTLE_ENDIAN && ARCH_MULTI_V5) || ARCH_MULTI_V6 || ARCH_MULTI_V7
-	select SRAM
 	select WATCHDOG
 	select ASPEED_WATCHDOG
 	select MFD_SYSCON