Kconfig 302 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ARM_AMBA
  3. bool
  4. if ARM_AMBA
  5. config TEGRA_AHB
  6. bool
  7. default y if ARCH_TEGRA
  8. help
  9. Adds AHB configuration functionality for NVIDIA Tegra SoCs,
  10. which controls AHB bus master arbitration and some performance
  11. parameters (priority, prefetch size).
  12. endif