Kconfig (7394447505c466d1b5cc664dcec5b2b68aa59142) | Kconfig (59fd3033b55642da97b4ecde0c85de78d7229675) |
---|---|
1config 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 --- 39 unchanged lines hidden (view full) --- 48 select PINCTRL_TEGRA30 49 select PL310_ERRATA_769419 if CACHE_L2X0 50 help 51 Support for NVIDIA Tegra T30 processor family, based on the 52 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller 53 54config ARCH_TEGRA_114_SOC 55 bool "Enable support for Tegra114 family" | 1config 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 --- 39 unchanged lines hidden (view full) --- 48 select PINCTRL_TEGRA30 49 select PL310_ERRATA_769419 if CACHE_L2X0 50 help 51 Support for NVIDIA Tegra T30 processor family, based on the 52 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller 53 54config ARCH_TEGRA_114_SOC 55 bool "Enable support for Tegra114 family" |
56 select ARM_ERRATA_798181 57 select ARM_L1_CACHE_SHIFT_6 | |
58 select HAVE_ARM_ARCH_TIMER | 56 select HAVE_ARM_ARCH_TIMER |
57 select ARM_ERRATA_798181 if SMP 58 select ARM_L1_CACHE_SHIFT_6 |
|
59 select PINCTRL_TEGRA114 60 help 61 Support for NVIDIA Tegra T114 processor family, based on the 62 ARM CortexA15MP CPU 63 | 59 select PINCTRL_TEGRA114 60 help 61 Support for NVIDIA Tegra T114 processor family, based on the 62 ARM CortexA15MP CPU 63 |
64config ARCH_TEGRA_124_SOC 65 bool "Enable support for Tegra124 family" 66 select ARM_L1_CACHE_SHIFT_6 67 select HAVE_ARM_ARCH_TIMER 68 help 69 Support for NVIDIA Tegra T124 processor family, based on the 70 ARM CortexA15MP CPU 71 | |
72config TEGRA_AHB 73 bool "Enable AHB driver for NVIDIA Tegra SoCs" 74 default y 75 help 76 Adds AHB configuration functionality for NVIDIA Tegra SoCs, 77 which controls AHB bus master arbitration and some 78 performance parameters(priority, prefech size). 79 80config TEGRA_EMC_SCALING_ENABLE 81 bool "Enable scaling the memory frequency" 82 83endmenu | 64config TEGRA_AHB 65 bool "Enable AHB driver for NVIDIA Tegra SoCs" 66 default y 67 help 68 Adds AHB configuration functionality for NVIDIA Tegra SoCs, 69 which controls AHB bus master arbitration and some 70 performance parameters(priority, prefech size). 71 72config TEGRA_EMC_SCALING_ENABLE 73 bool "Enable scaling the memory frequency" 74 75endmenu |