Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f073cd8a
Commit
f073cd8a
authored
Feb 22, 2016
by
Michael Turquette
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'clk-samsung' into clk-next
parents
e1f520dc
85997a7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
drivers/clk/samsung/Kconfig
drivers/clk/samsung/Kconfig
+13
-5
drivers/clk/samsung/Makefile
drivers/clk/samsung/Makefile
+2
-2
No files found.
drivers/clk/samsung/Kconfig
View file @
f073cd8a
# Recent Exynos platforms should just select COMMON_CLK_SAMSUNG:
config COMMON_CLK_SAMSUNG
bool
bool "Samsung Exynos clock controller support" if COMPILE_TEST
# Clocks on ARM64 SoCs (e.g. Exynos5433, Exynos7) are chosen by
# EXYNOS_ARM64_COMMON_CLK to avoid building them on ARMv7:
select EXYNOS_ARM64_COMMON_CLK if ARM64 && ARCH_EXYNOS
config EXYNOS_ARM64_COMMON_CLK
bool "Samsung Exynos ARMv8-family clock controller support" if COMPILE_TEST
depends on COMMON_CLK_SAMSUNG
# For S3C24XX platforms, select following symbols:
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 +25,9 @@ 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
drivers/clk/samsung/Makefile
View file @
f073cd8a
...
...
@@ -10,11 +10,11 @@ obj-$(CONFIG_SOC_EXYNOS5250) += clk-exynos5250.o
obj-$(CONFIG_SOC_EXYNOS5260)
+=
clk-exynos5260.o
obj-$(CONFIG_SOC_EXYNOS5410)
+=
clk-exynos5410.o
obj-$(CONFIG_SOC_EXYNOS5420)
+=
clk-exynos5420.o
obj-$(CONFIG_
ARCH_EXYNOS
)
+=
clk-exynos5433.o
obj-$(CONFIG_
EXYNOS_ARM64_COMMON_CLK
)
+=
clk-exynos5433.o
obj-$(CONFIG_SOC_EXYNOS5440)
+=
clk-exynos5440.o
obj-$(CONFIG_ARCH_EXYNOS)
+=
clk-exynos-audss.o
obj-$(CONFIG_ARCH_EXYNOS)
+=
clk-exynos-clkout.o
obj-$(CONFIG_
ARCH_EXYNOS7
)
+=
clk-exynos7.o
obj-$(CONFIG_
EXYNOS_ARM64_COMMON_CLK
)
+=
clk-exynos7.o
obj-$(CONFIG_S3C2410_COMMON_CLK)
+=
clk-s3c2410.o
obj-$(CONFIG_S3C2410_COMMON_DCLK)
+=
clk-s3c2410-dclk.o
obj-$(CONFIG_S3C2412_COMMON_CLK)
+=
clk-s3c2412.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment