[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <53298B63.40005@samsung.com>
Date: Wed, 19 Mar 2014 13:19:47 +0100
From: Tomasz Figa <t.figa@...sung.com>
To: Pankaj Dubey <pankaj.dubey@...sung.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-samsung-soc@...r.kernel.org
Subject: Re: [PATCH v2 1/4] clk: samsung: add new Kconfig for Samsung common
clock options
Hi Pankaj,
On 12.03.2014 05:32, Pankaj Dubey wrote:
> This patch adds new Kconfig file for adding new config option
> as COMMON_CLK_SAMSUNG for Samsung common clock. This patch also
> moves S3C24XX specific clock options here in this file.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
> ---
> drivers/clk/samsung/Kconfig | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 drivers/clk/samsung/Kconfig
>
> diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
> new file mode 100644
> index 0000000..26eb446
> --- /dev/null
> +++ b/drivers/clk/samsung/Kconfig
> @@ -0,0 +1,11 @@
> +config COMMON_CLK_SAMSUNG
> + bool
> + select COMMON_CLK
> +
> +config S3C2412_COMMON_CLK
> + bool
> + select COMMON_CLK_SAMSUNG
> +
> +config S3C2443_COMMON_CLK
> + bool
> + select COMMON_CLK_SAMSUNG
>
This patch adds S3C2412_COMMON_CLK and S3C2443_COMMON_CLK to
drivers/clk/samsung/Kconfig, but they are still present in
arch/arm/mach-s3c24xx/Kconfig, so after this patch there are duplicate
definitions.
Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists