Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbbDFH2H (ORCPT ); Mon, 6 Apr 2015 03:28:07 -0400 Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:37844 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbbDFH1x (ORCPT ); Mon, 6 Apr 2015 03:27:53 -0400 Message-ID: <1428305269.634.43.camel@x220> Subject: Re: [PATCH] mfd: Add support for CPLD chip on Mikrotik RB4xx boards From: Paul Bolle To: Bert Vermeulen Cc: ralf@linux-mips.org, sameo@linux.intel.com, lee.jones@linaro.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Date: Mon, 06 Apr 2015 09:27:49 +0200 In-Reply-To: <1428285076-14269-1-git-send-email-bert@biot.com> References: <1428285076-14269-1-git-send-email-bert@biot.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1300 Lines: 49 On Mon, 2015-04-06 at 03:51 +0200, Bert Vermeulen wrote: > --- a/drivers/mfd/Kconfig > +++ b/drivers/mfd/Kconfig > +config MFD_RB4XX_CPLD > + tristate "MikroTik RB4XX CPLD driver" > + depends on ATH79 && SPI_RB4XX I noticed you also submitted a patch that adds the Kconfig symbol SPI_RB4XX (https://lkml.org/lkml/2015/4/5/167 ). That symbol's entry contains depends on SPI_MASTER && ATH79 So I think the dependency here can be simplified to depends on SPI_RB4XX Would that work too? > + help > + Driver for the CPLD chip present on MikroTik RB4xx boards. > + It controls CPU access to NAND flash and user LEDs. > --- /dev/null > +++ b/drivers/mfd/rb4xx-cpld.c > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include You really wanted to make sure was included, didn't you? Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/