summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2025-05-15 16:00:42 +0930
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-27 11:07:14 +0100
commitd6c748b30a5578ae11f940f78f56c2bf57084957 (patch)
tree8248da1584caa7ab596b6ea0665a7c42ee6c3d93 /arch
parent2aa2c3b0d04d06b82a5c0795f007d1561df395df (diff)
downloadlinux-d6c748b30a5578ae11f940f78f56c2bf57084957.tar.gz
linux-d6c748b30a5578ae11f940f78f56c2bf57084957.tar.bz2
linux-d6c748b30a5578ae11f940f78f56c2bf57084957.zip
ARM: aspeed: Don't select SRAM
[ Upstream commit e4f59f873c3ffe2a0150e11115a83e2dfb671dbf ] 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> Link: https://patch.msgid.link/20250115103942.421429-1-joel@jms.id.au Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-aspeed/Kconfig1
1 files changed, 0 insertions, 1 deletions
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