:orphan: .. title:: ARCH_HAS_DEMAND_PAGING .. option:: CONFIG_ARCH_HAS_DEMAND_PAGING *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This hidden configuration should be selected by the architecture if demand paging is supported. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`X86 ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:521`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: config ARCH_HAS_DEMAND_PAGING bool help This hidden configuration should be selected by the architecture if demand paging is supported. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*