Kconfig 267 B

123456789101112131415
  1. config ARM_AMBA
  2. bool
  3. if ARM_AMBA
  4. config TEGRA_AHB
  5. bool
  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