Skip to content

Commit e4f59f8

Browse files
shenkiarndb
authored andcommitted
ARM: aspeed: Don't select SRAM
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: 8c2ed9b ("arm: Add Aspeed machine") Signed-off-by: Joel Stanley <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 6333f29 commit e4f59f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-aspeed/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
menuconfig ARCH_ASPEED
33
bool "Aspeed BMC architectures"
44
depends on (CPU_LITTLE_ENDIAN && ARCH_MULTI_V5) || ARCH_MULTI_V6 || ARCH_MULTI_V7
5-
select SRAM
65
select WATCHDOG
76
select ASPEED_WATCHDOG
87
select MFD_SYSCON

0 commit comments

Comments
 (0)