Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. config ARCH_TEGRA
  2. bool "NVIDIA Tegra" if ARCH_MULTI_V7
  3. select ARCH_HAS_CPUFREQ
  4. select ARCH_REQUIRE_GPIOLIB
  5. select ARM_GIC
  6. select CLKDEV_LOOKUP
  7. select CLKSRC_MMIO
  8. select CLKSRC_OF
  9. select COMMON_CLK
  10. select CPU_V7
  11. select GENERIC_CLOCKEVENTS
  12. select HAVE_ARM_SCU if SMP
  13. select HAVE_ARM_TWD if LOCAL_TIMERS
  14. select HAVE_CLK
  15. select HAVE_SMP
  16. select MIGHT_HAVE_CACHE_L2X0
  17. select PINCTRL
  18. select SOC_BUS
  19. select SPARSE_IRQ
  20. select USB_ARCH_HAS_EHCI if USB_SUPPORT
  21. select USB_ULPI if USB_PHY
  22. select USB_ULPI_VIEWPORT if USB_PHY
  23. select USE_OF
  24. help
  25. This enables support for NVIDIA Tegra based systems.
  26. menu "NVIDIA Tegra options"
  27. depends on ARCH_TEGRA
  28. config ARCH_TEGRA_2x_SOC
  29. bool "Enable support for Tegra20 family"
  30. select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
  31. select ARM_ERRATA_720789
  32. select ARM_ERRATA_754327 if SMP
  33. select ARM_ERRATA_764369 if SMP
  34. select PINCTRL_TEGRA20
  35. select PL310_ERRATA_727915 if CACHE_L2X0
  36. select PL310_ERRATA_769419 if CACHE_L2X0
  37. help
  38. Support for NVIDIA Tegra AP20 and T20 processors, based on the
  39. ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
  40. config ARCH_TEGRA_3x_SOC
  41. bool "Enable support for Tegra30 family"
  42. select ARM_ERRATA_754322
  43. select ARM_ERRATA_764369 if SMP
  44. select PINCTRL_TEGRA30
  45. select PL310_ERRATA_769419 if CACHE_L2X0
  46. help
  47. Support for NVIDIA Tegra T30 processor family, based on the
  48. ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
  49. config ARCH_TEGRA_114_SOC
  50. bool "Enable support for Tegra114 family"
  51. select HAVE_ARM_ARCH_TIMER
  52. select ARM_ERRATA_798181
  53. select ARM_L1_CACHE_SHIFT_6
  54. select PINCTRL_TEGRA114
  55. help
  56. Support for NVIDIA Tegra T114 processor family, based on the
  57. ARM CortexA15MP CPU
  58. config TEGRA_PCI
  59. bool "PCI Express support"
  60. depends on ARCH_TEGRA_2x_SOC
  61. select PCI
  62. config TEGRA_AHB
  63. bool "Enable AHB driver for NVIDIA Tegra SoCs"
  64. default y
  65. help
  66. Adds AHB configuration functionality for NVIDIA Tegra SoCs,
  67. which controls AHB bus master arbitration and some
  68. performance parameters(priority, prefech size).
  69. config TEGRA_EMC_SCALING_ENABLE
  70. bool "Enable scaling the memory frequency"
  71. endmenu