:orphan: .. title:: CONFIG_SYSCON .. kconfig:: CONFIG_SYSCON CONFIG_SYSCON ############# *SYSCON (System Controller) drivers* Type: ``bool`` Help ==== .. code-block:: none 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 ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/syscon/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:120`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*