|
@@ -1,8 +1,8 @@
|
|
|
config COMMON_CLK_SAMSUNG
|
|
|
- bool
|
|
|
+ bool "Samsung Exynos clock controller support" if COMPILE_TEST
|
|
|
|
|
|
config S3C2410_COMMON_CLK
|
|
|
- bool
|
|
|
+ bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
|
|
|
select COMMON_CLK_SAMSUNG
|
|
|
help
|
|
|
Build the s3c2410 clock driver based on the common clock framework.
|
|
@@ -16,10 +16,10 @@ config S3C2410_COMMON_DCLK
|
|
|
framework.
|
|
|
|
|
|
config S3C2412_COMMON_CLK
|
|
|
- bool
|
|
|
+ bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
|
|
|
select COMMON_CLK_SAMSUNG
|
|
|
|
|
|
config S3C2443_COMMON_CLK
|
|
|
- bool
|
|
|
+ bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
|
|
|
select COMMON_CLK_SAMSUNG
|
|
|
|