Kconfig: fix “symbol value '' invalid for PHY_DATA_OFFSET” warning

PHY_DATA_OFFSET is only used if ESP32_PHY_INIT_DATA_IN_PARTITION is set
This commit is contained in:
Ivan Grokhotkov 2017-04-10 16:22:53 +08:00
parent 0ea4c3c06b
commit ed6957302f

View 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