From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933964Ab0JSKcx (ORCPT ); Tue, 19 Oct 2010 06:32:53 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:42693 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933717Ab0JSKcw (ORCPT ); Tue, 19 Oct 2010 06:32:52 -0400 Date: Tue, 19 Oct 2010 13:32:34 +0300 From: Felipe Balbi To: Felipe Contreras Cc: "linux-usb@vger.kernel.org" , linux-omap , linux-main , Greg KH , "Balbi, Felipe" , Tony Lindgren Subject: Re: [PATCH v2 3/3] drivers: cleanup Kconfig stuff Message-ID: <20101019103234.GI31170@legolas.emea.dhcp.ti.com> Reply-To: balbi@ti.com References: <1287482608-11320-1-git-send-email-felipe.contreras@gmail.com> <1287482608-11320-4-git-send-email-felipe.contreras@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1287482608-11320-4-git-send-email-felipe.contreras@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Tue, Oct 19, 2010 at 05:03:28AM -0500, Felipe Contreras wrote: >+ depends on (NOP_USB_XCEIV || TWL4030_USB) >+ default y if ARCH_OMAP3 >+ default y if ARCH_DAVINCI || MACH_OMAP3EVM || BLACKFIN it could be only me, but I see these kind of dependencies tend to disaster. They can all grow to infinity. Soon, we will have another twl family of devices, or we will have another MACH_* which will need nop_xceiv, etc etc. -- balbi