Skip to content

Commit

Permalink
clk: Move vendor's Kconfig into CCF menu section
Browse files Browse the repository at this point in the history
Move all vendor's Kconfig into CCF menu section to prevent
new drivers putting their Kconfig files in a wrong place.

Some Kconfigs need to be modified at the same time to avoid build
warnings.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
[sboyd@codeaurora.org: Fix typos in commit message]
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
James Liao authored and Stephen Boyd committed Jan 30, 2016
1 parent 4974259 commit b9e65eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ config PLAT_S3C24XX
select NO_IOPORT_MAP
select S3C_DEV_NAND
select IRQ_DOMAIN
select COMMON_CLK
help
Base platform code for any Samsung S3C24XX device

Expand Down
8 changes: 3 additions & 5 deletions drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,9 @@ config COMMON_CLK_CDCE706

source "drivers/clk/bcm/Kconfig"
source "drivers/clk/hisilicon/Kconfig"
source "drivers/clk/qcom/Kconfig"

endmenu

source "drivers/clk/mvebu/Kconfig"

source "drivers/clk/qcom/Kconfig"
source "drivers/clk/samsung/Kconfig"
source "drivers/clk/tegra/Kconfig"

endmenu
1 change: 0 additions & 1 deletion drivers/clk/samsung/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
config COMMON_CLK_SAMSUNG
bool
select COMMON_CLK

config S3C2410_COMMON_CLK
bool
Expand Down

0 comments on commit b9e65eb

Please sign in to comment.