ソースを参照

symbols depend on arm architecture

Waldemar Brodkorb 7 年 前
コミット
934c7e2440
1 ファイル変更2 行追加0 行削除
  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