All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: Move vendor's Kconfig into CCF menu section
@ 2016-01-27  7:26 ` James Liao
  0 siblings, 0 replies; 24+ messages in thread
From: James Liao @ 2016-01-27  7:26 UTC (permalink / raw)
  To: Matthias Brugger, Mike Turquette, Stephen Boyd
  Cc: Sascha Hauer, Daniel Kurtz, srv_heupstream, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, linux-clk,
	James Liao

Move all vendor's Kconfig into CCF menu section to prevent
new drivers putting their Kconfig files in a wrong place.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
---
 drivers/clk/Kconfig | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index eca8e01..de707b2 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -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.9.1

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-01-28 11:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27  7:26 [PATCH] clk: Move vendor's Kconfig into CCF menu section James Liao
2016-01-27  7:26 ` James Liao
2016-01-27  7:26 ` James Liao
2016-01-27  9:18 ` kbuild test robot
2016-01-27  9:18   ` kbuild test robot
2016-01-27  9:18   ` kbuild test robot
2016-01-27  9:27   ` Arnd Bergmann
2016-01-27  9:27     ` Arnd Bergmann
2016-01-27  9:27     ` Arnd Bergmann
2016-01-27  9:56     ` James Liao
2016-01-27  9:56       ` James Liao
2016-01-27  9:56       ` James Liao
2016-01-27 10:32       ` Arnd Bergmann
2016-01-27 10:32         ` Arnd Bergmann
2016-01-28  8:36         ` Stephen Boyd
2016-01-28  8:36           ` Stephen Boyd
2016-01-28 11:31           ` Arnd Bergmann
2016-01-28 11:31             ` Arnd Bergmann
2016-01-27 10:25 ` kbuild test robot
2016-01-27 10:25   ` kbuild test robot
2016-01-27 10:25   ` kbuild test robot
2016-01-27 14:48 ` kbuild test robot
2016-01-27 14:48   ` kbuild test robot
2016-01-27 14:48   ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.