From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752628AbaCMAA1 (ORCPT ); Wed, 12 Mar 2014 20:00:27 -0400 Received: from mail.active-venture.com ([67.228.131.205]:57800 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840AbaCMAAZ (ORCPT ); Wed, 12 Mar 2014 20:00:25 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <5320F516.5080707@roeck-us.net> Date: Wed, 12 Mar 2014 17:00:22 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Alex Elder , wim@iguana.be CC: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] watchdog: fix ARCH_BCM_MOBILE dependency References: <1394662322-12445-1-git-send-email-elder@linaro.org> In-Reply-To: <1394662322-12445-1-git-send-email-elder@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/12/2014 03:12 PM, Alex Elder wrote: > Starting with this commit: > 047ef2fa rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource) > the meaning of the ARCH_BCM config option is changed to represent > all Broadcom chips with code in the mach-bcm directory. > > Configuration options related to specific Broadcom platforms should > now use another symbol (currently ARCH_BCM_MOBILE, ARCH_BCM2835, or > ARCH_BCM_5301X). > > The BCM_KONA_WDT config option indicates a dependency on ARCH_BCM, > but it should be ARCH_BCM_MOBILE instead. Fix that. > > Signed-off-by: Alex Elder Hi Alex, Markus Mayer already submitted a similar patch: http://patchwork.roeck-us.net/patch/1263/ Guenter