summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/bsp.ref7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index 4118923..60dfe9e 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -13,5 +13,12 @@ ptxdist_debug_pci:
value: False
- value: True
+kernel_dtb_partitions:
+ description: |
+ A fixed-partitions node is needed for qemu on mips.
+ variants:
+ - condition: kconfig.PTXPlatformConfig()['ARCH_MIPS']
+ value: True
+ - value: False
# vim: filetype=yaml shiftwidth=2 expandtab