diff options
Diffstat (limited to 'target/arm/Kconfig')
-rw-r--r-- | target/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arm/Kconfig b/target/arm/Kconfig index 5847c5a74a..7f8a2217ae 100644 --- a/target/arm/Kconfig +++ b/target/arm/Kconfig @@ -6,6 +6,8 @@ config ARM # translate.c v7m helpers under ARM_V7M. select ARM_V7M if TCG + select DEVICE_TREE # needed by boot.c + config AARCH64 bool select ARM |