swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: c65b99f046843d2455aa231747b5a07a999a9f3d authored by Linus Torvalds on 01 June 2015, 02:01:07 UTC
Linux 4.1-rc6
Tip revision: c65b99f
Kconfig
config COMMON_CLK_SAMSUNG
	bool
	select COMMON_CLK

config S3C2410_COMMON_CLK
	bool
	select COMMON_CLK_SAMSUNG
	help
	  Build the s3c2410 clock driver based on the common clock framework.

config S3C2410_COMMON_DCLK
	bool
	select COMMON_CLK_SAMSUNG
	select REGMAP_MMIO
	help
	  Temporary symbol to build the dclk driver based on the common clock
	  framework.

config S3C2412_COMMON_CLK
	bool
	select COMMON_CLK_SAMSUNG

config S3C2443_COMMON_CLK
	bool
	select COMMON_CLK_SAMSUNG

back to top