From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH] soc/rockchip: Restrict to ARCH_ROCKCHIP Date: Sun, 11 Oct 2015 12:02 +0200 Message-ID: <11653010.7KoG7eRGs0@diego> References: <1444398378-24974-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444398378-24974-1-git-send-email-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Thierry Reding Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Caesar Wang List-Id: linux-rockchip.vger.kernel.org Hi Thierry, Am Freitag, 9. Oktober 2015, 15:46:18 schrieb Thierry Reding: > From: Thierry Reding > > By definition this directory contains drivers that are specific to the > Rockchip architecture. All Kconfig options should therefore depend on > ARCH_ROCKCHIP to avoid exposing these symbols on other architectures. > For example, this options currently shows up as new when doing an > incremental build on PowerPC. > > Signed-off-by: Thierry Reding thanks for catching this and I agree that Rockchip stuff should not leak into other arches :-) . I've applied this after adding a "|| COMPILE_TEST" alternative to the condition. Thanks Heiko