# SPDX-License-Identifier: GPL-2.0-or-later
#
# Kylin unified kernel alert framework
#
config KYLIN_KALERT
    bool "Kylin unified kernel alert framework"
    default n
    help
      This option enables the Kylin unified kernel alert
	  framework feature module, which provides additional
	  functionality for managing kernel fault events.

      Enabling this option will include support for the feature
      in the kernel. It is recommended for systems requiring
      advanced control over kernel fault events.

      If you are unsure, say N.

