From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Date: Thu, 29 May 2014 14:03:03 +0000 Subject: Re: [PATCH v2 04/05] staging: board: Initial board staging support Message-Id: <1401372183.25908.3.camel@x220> List-Id: References: <20140529131650.2329.3197.sendpatchset@w520> <20140529131732.2329.50630.sendpatchset@w520> <20140529132034.GB15585@mwanda> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Magnus Damm Cc: Dan Carpenter , linux-kernel , devel , SH-Linux , Greg KH , "Simon Horman [Horms]" , Geert Uytterhoeven , Laurent Pinchart , Olof Johansson On Thu, 2014-05-29 at 22:53 +0900, Magnus Damm wrote: > --- 0011/drivers/staging/board/Kconfig > +++ work/drivers/staging/board/Kconfig 2014-05-29 22:32:39.000000000 +0900 > @@ -1,5 +1,6 @@ > config STAGING_BOARD > boolean "Staging Board Support" > + depends on OF && OF_ADDRESS I have no idea what this is all about, but wouldn't just OF_ADDRESS be enough here (as OF_ADDRESS depends on OF)? > help > Select to enable per-board staging support code. > > Actually, there are not many dependencies - I believe the OF bits is about it. Paul Bolle