Hi Geert > > config ARCH_EMEV2 > > - bool "SoC Platform support for Emma Mobile EV2" > > + bool "SoC Platform support for Emma Mobile EV2" if ARM && ARCH_RENESAS > > select HAVE_ARM_SCU if SMP > > select SYS_SUPPORTS_EM_STI > > I'm not convinced duplicating these dependencies is better than a > big #if block. It does allow you to sort all SoCs alphabetically, but that > mixes ARM32 and ARM64 parts, while choosing between ARM32 and ARM64 > is an early and important decision (different ARCH= and CROSS_COMPILE=, > too). > In addition, only one set of Kconfig options is shown to the user > anyway. OK, so let's keep big #if block. So how about to having "ARM32 platform support ..." and "ARM64 platform support" ? We can keep both #if block and alphabetical order Thank you for your help !! Best regards --- Kuninori Morimoto