RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-24 Thread yamada.masahiro
Hi Arnd, Could you apply this patch with Acked-by storm so that other subarchtectures can base on it? Also, the following series: 1/2: ARM: hisi: do not export smp_operations structures 2/2: ARM: use const and __initconst for smp_operations > -Original Message- > From: Thierry Redin

RE: [PATCH] ARM: use "depends on" for SoC configs instead of "if" after prompt

2015-11-16 Thread yamada.masahiro
Hi Arnd, > On Monday 16 November 2015 12:06:10 Masahiro Yamada wrote: > > Many ARM sub-architectures use prompts followed by "if" conditional, > > but it is wrong. > > > > Please notice the difference between > > > > config ARCH_FOO > > bool "Foo SoCs" if ARCH_MULTI_V7 > > > > an