:orphan: .. title:: CONFIG_ARCH_HAS_DEMAND_PAGING .. kconfig:: CONFIG_ARCH_HAS_DEMAND_PAGING CONFIG_ARCH_HAS_DEMAND_PAGING ############################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`X86 ` Kconfig definition ================== At ``/Kconfig:564`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig 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.)*