Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. select MIGHT_HAVE_PCI
  25. select ARCH_SUPPORTS_MSI
  26. help
  27. This enables support for NVIDIA Tegra based systems.
  28. menu "NVIDIA Tegra options"
  29. depends on ARCH_TEGRA
  30. config ARCH_TEGRA_2x_SOC
  31. bool "Enable support for Tegra20 family"
  32. select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
  33. select ARM_ERRATA_720789
  34. select ARM_ERRATA_754327 if SMP
  35. select ARM_ERRATA_764369 if SMP
  36. select PINCTRL_TEGRA20
  37. select PL310_ERRATA_727915 if CACHE_L2X0
  38. select PL310_ERRATA_769419 if CACHE_L2X0
  39. help
  40. Support for NVIDIA Tegra AP20 and T20 processors, based on the
  41. ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
  42. config ARCH_TEGRA_3x_SOC
  43. bool "Enable support for Tegra30 family"
  44. select ARM_ERRATA_754322
  45. select ARM_ERRATA_764369 if SMP
  46. select PINCTRL_TEGRA30
  47. select PL310_ERRATA_769419 if CACHE_L2X0
  48. help
  49. Support for NVIDIA Tegra T30 processor family, based on the
  50. ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
  51. config ARCH_TEGRA_114_SOC
  52. bool "Enable support for Tegra114 family"
  53. select HAVE_ARM_ARCH_TIMER
  54. select ARM_ERRATA_798181
  55. select ARM_L1_CACHE_SHIFT_6
  56. select PINCTRL_TEGRA114
  57. help
  58. Support for NVIDIA Tegra T114 processor family, based on the
  59. ARM CortexA15MP CPU
  60. config TEGRA_AHB
  61. bool "Enable AHB driver for NVIDIA Tegra SoCs"
  62. default y
  63. help
  64. Adds AHB configuration functionality for NVIDIA Tegra SoCs,
  65. which controls AHB bus master arbitration and some
  66. performance parameters(priority, prefech size).
  67. config TEGRA_EMC_SCALING_ENABLE
  68. bool "Enable scaling the memory frequency"
  69. endmenu