Kconfig 382 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0
  2. config THEAD_CLK
  3. bool
  4. def_bool SOC_THEAD
  5. config CLK_LIGHT_MPW
  6. bool "Thead Light MPW Clock Driver"
  7. depends on SOC_THEAD
  8. default n
  9. help
  10. Build the driver for light mpw Clock Driver
  11. config CLK_LIGHT_FM
  12. bool "Thead Light Fullmask Clock Driver"
  13. depends on SOC_THEAD
  14. default n
  15. help
  16. Build the driver for light fullmask Clock Driver