From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753693AbbCJUyR (ORCPT ); Tue, 10 Mar 2015 16:54:17 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:32810 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752878AbbCJUyO (ORCPT ); Tue, 10 Mar 2015 16:54:14 -0400 Date: Tue, 10 Mar 2015 15:53:12 -0500 From: Felipe Balbi To: Alexandre Belloni CC: Boris Brezillon , Felipe Balbi , Greg Kroah-Hartman , , , , Nicolas Ferre Subject: Re: [PATCH] udc: gadget: atmel_usba_udc: depend on COMMON_CLK_AT91 Message-ID: <20150310205312.GD18456@saruman.tx.rr.com> Reply-To: References: <1425368567-5333-1-git-send-email-alexandre.belloni@free-electrons.com> <20150303092620.63e1861d@bbrezillon> <20150303094138.GC3892@piout.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JwB53PgKC5A7+0Ej" Content-Disposition: inline In-Reply-To: <20150303094138.GC3892@piout.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --JwB53PgKC5A7+0Ej Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 03, 2015 at 10:41:38AM +0100, Alexandre Belloni wrote: > On 03/03/2015 at 09:26:20 +0100, Boris Brezillon wrote : > > > config USB_ATMEL_USBA > > > tristate "Atmel USBA" > > > - depends on AVR32 || ARCH_AT91 > > > + depends on AVR32 || ARCH_AT91 && COMMON_CLK_AT91 > >=20 > > I guess you should add parenthesis to make it clearer ? > >=20 > > depends on AVR32 || (ARCH_AT91 && COMMON_CLK_AT91) > >=20 > > And I wonder why you need that. I though this option was selected by all > > at91 platforms ? > >=20 >=20 > That is currently the case but maybe, one day, one of the AT91 platform > will not use the same clock driver. then, maybe, one day, you send this patch. --=20 balbi --JwB53PgKC5A7+0Ej Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJU/1m4AAoJEIaOsuA1yqREdKcP/1Hd6HsGKfvaoLZTi1OzFKtY fuV1COmW2+wL1hyvObgxFzeR1zPiuCJzwKxkP3Mc+QclKLrrfsWGa+QqidkSHo0X uSWp2ya1LM6cLSotVXuzz8wnW3UlfxVNyCcqPzE08tfZaZ24ytgEqNRW5J0Iv21s 1BrDQhv9jzSSlSVuMkWx2JXj1kc3xB5Z0hw7gnZRgiix/voTV+ti2gjTHWH7t12h YNGHNYnuvSKzVVcbwb5ppMm3dx+t+iOvbkJhPqzOkbp2QSMxZskK7+kGTgZaQbCA zdD4q4QU06z2NqBlLgxdLeWptP5snMix/cGdfYCBhH8BKElPg1vCfx6fp7LRHvZK uA9UdISvHtWiGKLdFkuA35CjpL/VFdzBpgqfXuqtpgUWuIRgazD1mG6XiEL3hQLq 0p6P/nwfMpr3yYb6IjWy0S7Ce6C9KXualPIkJsg1u9i+WswIRkipkExm4AaXhrlb DI7E4zHSsgsv6jO5OW/mBM4a/LgIMcwk/kpdTTNVn1yifz1HLjy7wNY9bF3fbzPM eoT/WtrCklxeQttVaDg3avJEkOT74TL2w7edizi6jAH5VTlBMRX4seevsPdOjvDU rXlJ4AsQC4mE4+mo6Vf2ZNkkzHdwqMQiK1ljlY+kEwCg5SYmg+uFyCXNOXc75+BI JMsPQnlhDJWAlrpfWe5a =5vVi -----END PGP SIGNATURE----- --JwB53PgKC5A7+0Ej--