Re: ARCH_EXYNOS5433 missing in Kconfig

2015-04-26 Thread Valentin Rothberg
5440.o > obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-audss.o > obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-clkout.o > > > Regards, > Chanwoo Choi > > > On 03/11/2015 12:32 AM, Valentin Rothberg wrote: >> Hi Chanwoo, >> >> your commit 96bd6224f07b (&q

clk: mb86s7x: ARCH_MB86S7X not defined

2015-04-14 Thread Valentin Rothberg
Hi Jassi, your commit 1ccdd04f5365 ("clk: Add clock driver for mb86s7x") is in today's Linux next tree. The clock driver clk-mb86s7x.c is conditionally compiled depending on CONFIG_ARCH_MB86S7X. This option is nowhere defined in Kconfig, so that the driver cannot be compiled at its current tate.

Re: ARCH_EXYNOS5433 missing in Kconfig

2015-03-11 Thread Valentin Rothberg
ynos5410.o > obj-$(CONFIG_SOC_EXYNOS5420) += clk-exynos5420.o > -obj-$(CONFIG_ARCH_EXYNOS5433) += clk-exynos5433.o > +obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos5433.o > obj-$(CONFIG_SOC_EXYNOS5440) += clk-exynos5440.o > obj-$(CONFIG_ARCH_EXYNOS) += clk-exynos-audss.o > o

ARCH_EXYNOS5433 missing in Kconfig

2015-03-10 Thread Valentin Rothberg
Hi Chanwoo, your commit 96bd6224f07b ("clk: samsung: exynos5433: Add clocks using common clock framework") is included in today's linux-next tree (i.e., next-20150310). This patch conditionally compiles clk-exynos5433.c depending on the Kconfig option ARCH_EXYNOS5433. However, this option is not