]> granicus.if.org Git - esp-idf/commitdiff
Kconfig: fix “symbol value '' invalid for PHY_DATA_OFFSET” warning
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 10 Apr 2017 08:22:53 +0000 (16:22 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 17 Apr 2017 03:01:17 +0000 (11:01 +0800)
PHY_DATA_OFFSET is only used if ESP32_PHY_INIT_DATA_IN_PARTITION is set

components/partition_table/Kconfig.projbuild

index 36e435ba2f82741c5d56ac0e02651800e37bf419..5a12512d566b701a2bb174742cb864a0cdce594b 100644 (file)
@@ -57,6 +57,7 @@ config APP_OFFSET
        default 0x10000 # this is the factory app offset used by the default tables
 
 config PHY_DATA_OFFSET
+       depends on ESP32_PHY_INIT_DATA_IN_PARTITION
        hex
        default PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET if PARTITION_TABLE_CUSTOM
        default 0xf000 # this is the factory app offset used by the default tables