CONFIG_SOC_ATOM

Intel ATOM SoC

Type: bool

Direct dependencies

<choice: x86 SoC Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/x86/soc/atom/Kconfig.soc:3

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/x86/Kconfig:13

Menu path: (top menu) → x86 SoC Selection

config SOC_ATOM
    bool
    prompt "Intel ATOM SoC" if <choice: x86 SoC Selection>
    select CPU_ATOM if <choice: x86 SoC Selection>
    select BOOTLOADER_UNKNOWN if <choice: x86 SoC Selection>
    select X86_MMU if <choice: x86 SoC Selection>
    select APPLICATION_MEMORY if <choice: x86 SoC Selection>
    select ARCH_HAS_USERSPACE if <choice: x86 SoC Selection>
    select X86_PAE_MODE if <choice: x86 SoC Selection>
    depends on <choice: x86 SoC Selection>

(Definitions include propagated dependencies, including from if’s and menus.)