Skip to content

Commit

Permalink
ARM: tegra20: Make MC optional in Kconfig
Browse files Browse the repository at this point in the history
For bare minimal system.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Hiroshi DOYU authored and Greg Kroah-Hartman committed May 11, 2012
1 parent b37fd41 commit f0e33f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ config ARCH_TEGRA_2x_SOC
select PL310_ERRATA_727915 if CACHE_L2X0
select PL310_ERRATA_769419 if CACHE_L2X0
select CPU_FREQ_TABLE if CPU_FREQ
select MEMORY
select TEGRA20_MC
help
Support for NVIDIA Tegra AP20 and T20 processors, based on the
ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
Expand Down
8 changes: 7 additions & 1 deletion drivers/memory/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ config TI_EMIF
temperature changes

config TEGRA20_MC
bool
bool "Tegra20 Memory Controller(MC) driver"
default y
depends on ARCH_TEGRA_2x_SOC
help
This driver is for the Memory Controller(MC) module available
in Tegra20 SoCs, mainly for a address translation fault
analysis, especially for IOMMU/GART(Graphics Address
Relocation Table) module.

config TEGRA30_MC
bool
Expand Down

0 comments on commit f0e33f9

Please sign in to comment.