diff options
Diffstat (limited to 'target/config/Config.in.tc')
-rw-r--r-- | target/config/Config.in.tc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.tc b/target/config/Config.in.tc index 32743d0d0..80b370eb6 100644 --- a/target/config/Config.in.tc +++ b/target/config/Config.in.tc @@ -3,7 +3,7 @@ choice ADK_TARGET_CPU prompt "CPU type" -depends on ADK_TARGET_TOOLCHAIN && \ +depends on (ADK_TARGET_TOOLCHAIN || ADK_TARGET_SIM) && \ ( ADK_TARGET_ARCH_CRIS \ || ADK_TARGET_ARCH_AARCH64 \ || ADK_TARGET_ARCH_ARC \ |