:orphan: .. title:: CONFIG_PM_EXTERNAL_FLASH_SIZE .. kconfig:: CONFIG_PM_EXTERNAL_FLASH_SIZE CONFIG_PM_EXTERNAL_FLASH_SIZE ############################# *[DEPRECATED] External flash size (in bytes)* Type: ``hex`` Help ==== .. code-block:: none [DEPRECATED] This value is extracted directly from devicetree. Remove its configuration. See 'Using external flash memory partitions' chapter in the documentation for instructions on how to fix this. Direct dependencies =================== !n *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/subsys/partition_manager/Kconfig:159`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:36`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager .. code-block:: kconfig config PM_EXTERNAL_FLASH_SIZE hex "[DEPRECATED] External flash size (in bytes)" default 0 depends on !n help [DEPRECATED] This value is extracted directly from devicetree. Remove its configuration. See 'Using external flash memory partitions' chapter in the documentation for instructions on how to fix this. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*