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