Re: [PATCH 2/4] ARM: EXYNOS: Kconfig: Sort out dependencies between options

2012-10-23 Thread Tomasz Figa
On Tuesday 23 of October 2012 21:35:32 Kukjin Kim wrote: > Tomasz Figa wrote: > > This patch modifies the dependencies between Exynos-related Kconfig > > options to represent the real dependencies between code units more > > closely. > > > > Originally it was possible to enable ARCH_EXYNOS{4,5} wi

RE: [PATCH 2/4] ARM: EXYNOS: Kconfig: Sort out dependencies between options

2012-10-23 Thread Kukjin Kim
Tomasz Figa wrote: > > This patch modifies the dependencies between Exynos-related Kconfig > options to represent the real dependencies between code units more > closely. > > Originally it was possible to enable ARCH_EXYNOS{4,5} without any > SOC_EXYNOS_{4,5}.* enabled, which could end with compi

[PATCH 2/4] ARM: EXYNOS: Kconfig: Sort out dependencies between options

2012-10-08 Thread Tomasz Figa
This patch modifies the dependencies between Exynos-related Kconfig options to represent the real dependencies between code units more closely. Originally it was possible to enable ARCH_EXYNOS{4,5} without any SOC_EXYNOS_{4,5}.* enabled, which could end with compilation or link errors. Now ARCH_EX