Docs: clarify that that CONFIG_ARM_LPAE is not allowed for 32-bit ARM

- It's incompatible with PAN emulation for arm32 kernels.
- This is already implicitly tested when checking for
CONFIG_CPU_SW_DOMAIN_PAN.

Bug: 109828784, 74078653, 79088532, 73728376
Test: n/a
Change-Id: Idb6a96d6f8c13a959b4bdc2c5580294beeff2d7c
diff --git a/9_security-model/9_7_kernel-security-features.md b/9_security-model/9_7_kernel-security-features.md
index 33151fb..8971bac 100644
--- a/9_security-model/9_7_kernel-security-features.md
+++ b/9_security-model/9_7_kernel-security-features.md
@@ -42,7 +42,8 @@
 *   [C-0-10] MUST NOT execute user-space memory when executing
 in the kernel mode (e.g. hardware PXN, or emulated via
 `CONFIG_CPU_SW_DOMAIN_PAN` or `CONFIG_ARM64_SW_TTBR0_PAN`) on devices
-originally shipping with API level 28 or higher.
+originally shipping with API level 28 or higher. For 32-bit ARM linux kernels,
+this means `CONFIG_ARM_LPAE` MUST not be enabled and set to 'n'.
 *   [C-0-11] MUST NOT read or write user-space memory in the
 kernel outside of normal usercopy access APIs (e.g. hardware PAN, or
 emulated via `CONFIG_CPU_SW_DOMAIN_PAN` or `CONFIG_ARM64_SW_TTBR0_PAN`)