Browse Source

symbols depend on arm architecture

Waldemar Brodkorb 7 years ago
parent
commit
934c7e2440
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/config/Config.in.arm

+ 2 - 0
target/linux/config/Config.in.arm

@@ -3,9 +3,11 @@
 
 config ADK_KERNEL_ARM_PATCH_PHYS_VIRT
 	bool
+	depends on ADK_TARGET_ARCH_ARM
 
 config ADK_KERNEL_ARCH_VERSATILE_PB
 	bool
 	select ADK_KERNEL_ARM_PATCH_PHYS_VIRT
 	default y if !ADK_TARGET_WITH_DEVICETREE
+	depends on ADK_TARGET_ARCH_ARM