From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver Date: Mon, 7 May 2012 08:42:28 +0100 Message-ID: <20120507074228.GK26481@n2100.arm.linux.org.uk> References: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1336373032-16881-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Hiroshi DOYU Cc: swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Felipe Balbi , Arnd Bergmann , Grant Likely , Rob Herring , Rob Landley , Colin Cross , Olof Johansson , Greg Kroah-Hartman , Ohad Ben-Cohen , Linus Walleij , "John W. Linville" , MyungJoo Ham , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, May 07, 2012 at 09:43:45AM +0300, Hiroshi DOYU wrote: > diff --git a/drivers/Makefile b/drivers/Makefile > index 5870322..d97e2e2 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -18,7 +18,7 @@ obj-$(CONFIG_SFI) += sfi/ > # PnP must come after ACPI since it will eventually need to check if acpi > # was used and do nothing if so > obj-$(CONFIG_PNP) += pnp/ > -obj-$(CONFIG_ARM_AMBA) += amba/ > +obj-$(CONFIG_ARM) += amba/ NAK. This makes amba only buildable for ARM which is not the intention. Other architectures do have Primecells.