[PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-07 10:25:11
Also in:
linux-devicetree, linux-tegra, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-05-07 10:25:11
Also in:
linux-devicetree, linux-tegra, lkml
On Monday 07 May 2012, Hiroshi Doyu wrote:
Tegra doesn't enable ARM_AMBA and Tegra doesn't use the following "drivers/amba/bus.c" right now. I needed to make this directory available to ones without ARM_AMBA enabled.
Ah, right. I looked at arch/arm/Kconfig earlier to see if tegra enabled ARM_AMBA but was accidentally looking at ARCH_INtegraTOR when grepping for TEGRA ;-) Your proposed solution sounds good then. Arnd