The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_QUARK_X1000

Quark X1000

Type: bool

Help

Intel Quark X1000 SoC.

Direct dependencies

SOC_SERIES_QUARK_X1000

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At soc/x86/intel_quark/quark_x1000/Kconfig.soc:3

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/x86/intel_quark/Kconfig:16

Menu path: (top menu) → Hardware Configuration

config SOC_QUARK_X1000
    bool
    prompt "Quark X1000" if SOC_SERIES_QUARK_X1000
    select CPU_MINUTEIA if SOC_SERIES_QUARK_X1000
    select CPU_HAS_FPU if SOC_SERIES_QUARK_X1000
    select HPET_TIMER if SOC_SERIES_QUARK_X1000
    select BOOTLOADER_UNKNOWN if SOC_SERIES_QUARK_X1000
    select PCI if SOC_SERIES_QUARK_X1000
    select HAS_I2C_DW if SOC_SERIES_QUARK_X1000
    depends on SOC_SERIES_QUARK_X1000
    help
      Intel Quark X1000 SoC.

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