Kconfig (66e72a01b60ae6950ddbb3585fdc1424d303e14b) Kconfig (5776526beb9513a6593250f742cbc634b17711eb)
1# SPDX-License-Identifier: GPL-2.0
2
3config HAVE_CLK
4 bool
5 help
6 The <linux/clk.h> calls support software clock gating and
7 thus are a key power management tool on many systems.
8

--- 498 unchanged lines hidden (view full) ---

507# Kunit test cases
508config CLK_KUNIT_TEST
509 tristate "Basic Clock Framework Kunit Tests" if !KUNIT_ALL_TESTS
510 depends on KUNIT
511 default KUNIT_ALL_TESTS
512 help
513 Kunit tests for the common clock framework.
514
1# SPDX-License-Identifier: GPL-2.0
2
3config HAVE_CLK
4 bool
5 help
6 The <linux/clk.h> calls support software clock gating and
7 thus are a key power management tool on many systems.
8

--- 498 unchanged lines hidden (view full) ---

507# Kunit test cases
508config CLK_KUNIT_TEST
509 tristate "Basic Clock Framework Kunit Tests" if !KUNIT_ALL_TESTS
510 depends on KUNIT
511 default KUNIT_ALL_TESTS
512 help
513 Kunit tests for the common clock framework.
514
515config CLK_FIXED_RATE_KUNIT_TEST
516 tristate "Basic fixed rate clk type KUnit test" if !KUNIT_ALL_TESTS
517 depends on KUNIT
518 default KUNIT_ALL_TESTS
519 select OF_OVERLAY if OF
520 select DTC
521 help
522 KUnit tests for the basic fixed rate clk type.
523
515config CLK_GATE_KUNIT_TEST
516 tristate "Basic gate type Kunit test" if !KUNIT_ALL_TESTS
517 depends on KUNIT
518 depends on !S390
519 default KUNIT_ALL_TESTS
520 help
521 Kunit test for the basic clk gate type.
522
523config CLK_FD_KUNIT_TEST
524 tristate "Basic fractional divider type Kunit test" if !KUNIT_ALL_TESTS
525 depends on KUNIT
526 default KUNIT_ALL_TESTS
527 help
528 Kunit test for the clk-fractional-divider type.
529
530endif
524config CLK_GATE_KUNIT_TEST
525 tristate "Basic gate type Kunit test" if !KUNIT_ALL_TESTS
526 depends on KUNIT
527 depends on !S390
528 default KUNIT_ALL_TESTS
529 help
530 Kunit test for the basic clk gate type.
531
532config CLK_FD_KUNIT_TEST
533 tristate "Basic fractional divider type Kunit test" if !KUNIT_ALL_TESTS
534 depends on KUNIT
535 default KUNIT_ALL_TESTS
536 help
537 Kunit test for the clk-fractional-divider type.
538
539endif