[RFC PATCH 8/9] arm64: apple: Select MEMORY and APPLE_MCC

From: Hector Martin
Date: Mon Oct 11 2021 - 12:59:19 EST


This driver is for the memory controller and users should always have
it; it is also a requirement with our devicetree configs for cpufreq to
work properly if that driver is available.

Signed-off-by: Hector Martin <marcan@xxxxxxxxx>
---
arch/arm64/Kconfig.platforms | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b0ce18d4cc98..b60ed872dae1 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -30,6 +30,8 @@ config ARCH_ALPINE
config ARCH_APPLE
bool "Apple Silicon SoC family"
select APPLE_AIC
+ select MEMORY
+ select APPLE_MCC
help
This enables support for Apple's in-house ARM SoC family, starting
with the Apple M1.
--
2.33.0