:orphan: .. title:: CONFIG_SOC_ATOM .. kconfig:: CONFIG_SOC_ATOM CONFIG_SOC_ATOM ############### *Intel ATOM SoC* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`X86 ` - \ :kconfig:`CPU_ATOM ` - \ :kconfig:`X86_MMU ` - \ :kconfig:`ARCH_HAS_USERSPACE ` - \ :kconfig:`ARCH_HAS_RESERVED_PAGE_FRAMES ` Kconfig definition ================== At ``/x86/atom/Kconfig.soc:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_ATOM bool "Intel ATOM SoC" select X86 select CPU_ATOM select X86_MMU select ARCH_HAS_USERSPACE select ARCH_HAS_RESERVED_PAGE_FRAMES depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*