Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423695Ab3FUSok (ORCPT ); Fri, 21 Jun 2013 14:44:40 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:63874 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423388Ab3FUSoi (ORCPT ); Fri, 21 Jun 2013 14:44:38 -0400 From: Arnd Bergmann To: Joel A Fernandes Subject: Re: [PATCH v12 05/11] edma: config: Enable config options for EDMA Date: Fri, 21 Jun 2013 20:44:26 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: Sekhar Nori , Joel A Fernandes , Tony Lindgren , Matt Porter , Grant Likely , Rob Herring , Vinod Koul , Mark Brown , Benoit Cousson , Russell King , Rob Landley , Andrew Morton , Jason Kridner , Koen Kooi , Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Linux DaVinci Kernel List , Linux Kernel Mailing List , Linux Documentation List , Linux MMC List , Linux SPI Devel List References: <1371762407-24544-1-git-send-email-joelagnel@ti.com> <201306211632.12577.arnd@arndb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201306212044.26677.arnd@arndb.de> X-Provags-ID: V02:K0:jclk5W1ehbhhMyw2zvVTYx3aoPeO0KK7QQ3KXh/6N1s XFfKve1sD9un60KWfeavw70c+Uzi6aqJSy7ttvJjFqsL/9YDoK XAeAeZ37YdGRjVUCPJglwRlmlQ4EgVsXqWAhxHfdsPMHZ+ma0a rIYM8SkKfYQ12aP4ubaDxWNM+YoEr7YSgxqcCsn2JuuKEu58WN UHk6zSO5oovjN5YAU03pYzMEfbrzcH5cds8mwsAKI23cr8LpCB vp1C6yFcBhuXVfJrqztm8/I/bD5hjpADQXflS1hIqTDWq8IsmC nveYIhbNA7QGzAUIEEyGBn4R1OAYVLjSdDV9I0bUH5g7AqpWcu nBbQmJ5UiTf2kWkTsNJ8= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 954 Lines: 24 On Friday 21 June 2013, Joel A Fernandes wrote: > I think we are talking about different things, I agree the 'select > DMADEVICES' can be dropped but lets please keep the default y option > (not adding new select statements, just saying that if someone select > DMADEVICES in menuconfig and if they're ARCH_OMAP=1 , then default to > EDMA). This will simply allow people to have a default. Thanks. Yes, that's ok. Also, if the driver doesn't strictly depend on these platforms but can build on anything, I would write it as config TI_EDMA tristate "TI EDMA support" default m if 'ARCH_DAVINCI || ARCH_OMAP1 || ARCH_OMAP2 select DMA_ENGINE select DMA_VIRTUAL_CHANNELS Arnd -- 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/