CONFIG_SOC_FLASH_QMSI_SYS_SIZE

SOC system flash size

Type: hex

Help

Specify system flash size on the Quark SOC.

Direct dependencies

(SOC_FLASH_QMSI && SOC_SERIES_QUARK_D2000) || (SOC_FLASH_QMSI && SOC_SERIES_QUARK_SE) || SOC_FLASH_QMSI

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

Kconfig definitions

At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:152

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config SOC_FLASH_QMSI_SYS_SIZE
    hex
    default 0x8000 if SOC_FLASH_QMSI && SOC_SERIES_QUARK_D2000
    depends on SOC_FLASH_QMSI && SOC_SERIES_QUARK_D2000

At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:186

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config SOC_FLASH_QMSI_SYS_SIZE
    hex
    default 0x60000 if SOC_FLASH_QMSI && SOC_SERIES_QUARK_SE
    depends on SOC_FLASH_QMSI && SOC_SERIES_QUARK_SE

At drivers/flash/Kconfig.qmsi:34

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62drivers/flash/Kconfig:75

Menu path: (top menu) → Device Drivers → Flash hardware support → QMSI flash driver

config SOC_FLASH_QMSI_SYS_SIZE
    hex
    prompt "SOC system flash size" if SOC_FLASH_QMSI
    depends on SOC_FLASH_QMSI
    help
      Specify system flash size on the Quark SOC.

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