Kconfig 309 B

1234567891011121314
  1. config ARM_AMBA
  2. bool
  3. if ARM_AMBA
  4. config TEGRA_AHB
  5. bool "Enable AHB driver for NVIDIA Tegra SoCs"
  6. default y if ARCH_TEGRA
  7. help
  8. Adds AHB configuration functionality for NVIDIA Tegra SoCs,
  9. which controls AHB bus master arbitration and some performance
  10. parameters (priority, prefetch size).
  11. endif