:orphan: .. title:: CONFIG_ICAL_PARSER_LOCATION_SIZE .. kconfig:: CONFIG_ICAL_PARSER_LOCATION_SIZE CONFIG_ICAL_PARSER_LOCATION_SIZE ################################ *Maximum size of a LOCATION property* Type: ``int`` Direct dependencies =================== \ :kconfig:`ICAL_PARSER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/subsys/net/lib/icalendar_parser/Kconfig:37`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:8`` → ``/subsys/net/lib/Kconfig:18`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → iCalendar parser .. code-block:: kconfig config ICAL_PARSER_LOCATION_SIZE int "Maximum size of a LOCATION property" range 32 ICAL_PARSER_MAX_PROPERTY_SIZE default 64 depends on ICAL_PARSER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*