From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family Date: Thu, 13 Feb 2014 14:08:30 -0600 Message-ID: References: <1392100183-30930-1-git-send-email-kgene.kim@samsung.com> <1392100183-30930-3-git-send-email-kgene.kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-ve0-f172.google.com ([209.85.128.172]:33067 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbaBMUIb (ORCPT ); Thu, 13 Feb 2014 15:08:31 -0500 Received: by mail-ve0-f172.google.com with SMTP id c14so8868700vea.17 for ; Thu, 13 Feb 2014 12:08:30 -0800 (PST) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Olof Johansson Cc: Kukjin Kim , Thomas Abraham , Catalin Marinas , "linux-samsung-soc@vger.kernel.org" , Ilho Lee , "linux-arm-kernel@lists.infradead.org" On Tue, Feb 11, 2014 at 5:39 PM, Olof Johansson wrote: > On Mon, Feb 10, 2014 at 10:29 PM, Kukjin Kim wrote: >> This patch adds support for Samsung GH7 SoC in arm64/Kconfig. >> >> Signed-off-by: Kukjin Kim >> Cc: Catalin Marinas > > The overhead of building one more device tree isn't very large, and I > don't see any other need to have a Kconfig entry per SoC at this time. > It's of course up to Catalin, but you might just want to always > compile all dts files instead. I think having "make dtbs" build all regardless of the config would be better. Perhaps a "all_dtbs" target could be added and everyone can get what they want. If/when we add checking into dtc, this we certainly become more desirable. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: robherring2@gmail.com (Rob Herring) Date: Thu, 13 Feb 2014 14:08:30 -0600 Subject: [PATCH 2/3] arm64: Add Kconfig option for Samsung GH7 SoC family In-Reply-To: References: <1392100183-30930-1-git-send-email-kgene.kim@samsung.com> <1392100183-30930-3-git-send-email-kgene.kim@samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 11, 2014 at 5:39 PM, Olof Johansson wrote: > On Mon, Feb 10, 2014 at 10:29 PM, Kukjin Kim wrote: >> This patch adds support for Samsung GH7 SoC in arm64/Kconfig. >> >> Signed-off-by: Kukjin Kim >> Cc: Catalin Marinas > > The overhead of building one more device tree isn't very large, and I > don't see any other need to have a Kconfig entry per SoC at this time. > It's of course up to Catalin, but you might just want to always > compile all dts files instead. I think having "make dtbs" build all regardless of the config would be better. Perhaps a "all_dtbs" target could be added and everyone can get what they want. If/when we add checking into dtc, this we certainly become more desirable. Rob