diff options
Diffstat (limited to 'src/arch/arm64/Kconfig')
-rw-r--r-- | src/arch/arm64/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/arm64/Kconfig b/src/arch/arm64/Kconfig index f2adf5c6b6..2f019a34be 100644 --- a/src/arch/arm64/Kconfig +++ b/src/arch/arm64/Kconfig @@ -28,13 +28,6 @@ config ARM64_BOOTBLOCK_CUSTOM bool default n -config ARM64_USE_SECURE_MONITOR - bool - default n - select RELOCATABLE_MODULES - depends on ARCH_RAMSTAGE_ARM64 - depends on !ARM64_USE_ARM_TRUSTED_FIRMWARE - config ARM64_USE_SPINTABLE bool default n |