[PATCH] arm64: Disallow combination of ARCH_XGENE and 16K page size
dann frazier
dann.frazier at canonical.com
Wed Jan 27 15:10:30 PST 2016
16K page size is an optional feature of the architecture, and is not
supported by the X-Gene SoC family.
Signed-off-by: dann frazier <dann.frazier at canonical.com>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 21074f6..b241290 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -133,6 +133,7 @@ config ARCH_VEXPRESS
config ARCH_XGENE
bool "AppliedMicro X-Gene SOC Family"
+ depends on !ARM64_16K_PAGES
help
This enables support for AppliedMicro X-Gene SOC Family
--
2.7.0
More information about the linux-arm-kernel
mailing list