CONFIG_SYSCON

SYSCON (System Controller) drivers

Type: bool

Help

SYSCON (System Controller) drivers. System controller node represents
a register region containing a set of miscellaneous registers. The
registers are not cohesive enough to represent as any specific type
of device. The typical use-case is for some other node's driver, or
platform-specific code, to acquire a reference to the syscon node and
extract information from there.

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.defconfig.series:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-privilege/Kconfig.defconfig:6

Menu path: (Top)

config SYSCON
    bool
    default y
    depends on SOC_SERIES_NEORV32

At <Zephyr>/soc/riscv/riscv-privilege/neorv32/Kconfig.defconfig.series:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/riscv/riscv-privilege/Kconfig.defconfig:6

Menu path: (Top)

config SYSCON
    bool
    default y
    depends on SOC_SERIES_NEORV32

At <Zephyr>/drivers/syscon/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:120

Menu path: (Top) → Device Drivers

menuconfig SYSCON
    bool "SYSCON (System Controller) drivers"
    help
      SYSCON (System Controller) drivers. System controller node represents
      a register region containing a set of miscellaneous registers. The
      registers are not cohesive enough to represent as any specific type
      of device. The typical use-case is for some other node's driver, or
      platform-specific code, to acquire a reference to the syscon node and
      extract information from there.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)