Hi Kevin, On Thu, May 10, 2018 at 12:32 AM, Kevin Hilman <khilman@xxxxxxxxxxxx> wrote: > Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> writes: > >> Add a new Kconfig entry as well as the newly introduced compatible >> string for the Meson8m2 SoC. >> The Kconfig entry selects the same drivers as Meson8b because Meson8m2 >> SoC is mostly compatible with Meson8 (both share the same pinctrl >> driver, so they also share the same GPIO IRQ settings. also the same >> Meson6 timer is used on Meson8m2). >> >> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> >> --- >> arch/arm/mach-meson/Kconfig | 7 +++++++ >> arch/arm/mach-meson/meson.c | 1 + >> 2 files changed, 8 insertions(+) >> >> diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig >> index d90f61e6254f..44a489889bc1 100644 >> --- a/arch/arm/mach-meson/Kconfig >> +++ b/arch/arm/mach-meson/Kconfig >> @@ -32,4 +32,11 @@ config MACH_MESON8B >> select COMMON_CLK_MESON8B >> select MESON_IRQ_GPIO >> >> +config MACH_MESON8M2 >> + bool "Amlogic Meson8m2 SoCs support" >> + default ARCH_MESON >> + select MESON6_TIMER >> + select COMMON_CLK_MESON8B >> + select MESON_IRQ_GPIO > > I'd prefer to stop the proliferation of identical Kconfigs which are > only used to select which DTB files to compile. > > Instead, can you drop this new Kconfig as well as MACH_MESON8, and just > make all the meson8* DTBs build based on MACH_MESON8? > > I think it better to have fewer Kconfigs. The only cost is building a > couple extra DTBs. sure, no problem - I'll re-send patches 3-6 in the next few days with this fixes Regards Martin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html