Browse Source

symbols depend on arm architecture

Waldemar Brodkorb 7 năm trước cách đây
mục cha
commit
934c7e2440
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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