Kconfig 481 B

1234567891011121314151617181920212223242526
  1. config COMMON_CLK_SAMSUNG
  2. bool
  3. select COMMON_CLK
  4. config S3C2410_COMMON_CLK
  5. bool
  6. select COMMON_CLK_SAMSUNG
  7. help
  8. Build the s3c2410 clock driver based on the common clock framework.
  9. config S3C2410_COMMON_DCLK
  10. bool
  11. select COMMON_CLK_SAMSUNG
  12. select REGMAP_MMIO
  13. help
  14. Temporary symbol to build the dclk driver based on the common clock
  15. framework.
  16. config S3C2412_COMMON_CLK
  17. bool
  18. select COMMON_CLK_SAMSUNG
  19. config S3C2443_COMMON_CLK
  20. bool
  21. select COMMON_CLK_SAMSUNG