# 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.

config KYLIN_KALERT_KUNIT_TEST
	tristate "KUnit tests for Kylin kalert"
	depends on KYLIN_KALERT && KUNIT
	default KUNIT_ALL_TESTS
	help
	  This builds the KUnit tests for the kalert module.
	  For more information on KUnit and unit tests in general, please refer
	  to the KUnit documentation in Documentation/dev-tools/kunit/.

	  If unsure, say N.

