Kconfig (85a3685852d9ac7d92be9d824533c915a4597fa4) | Kconfig (fa63aa3dea48fd18e560c232424e080a2e2c4779) |
---|---|
1menuconfig ARCH_TEGRA 2 bool "NVIDIA Tegra" if ARCH_MULTI_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 5 select ARM_AMBA 6 select ARM_GIC 7 select CLKSRC_MMIO 8 select HAVE_ARM_SCU if SMP 9 select HAVE_ARM_TWD if SMP 10 select PINCTRL | 1menuconfig ARCH_TEGRA 2 bool "NVIDIA Tegra" if ARCH_MULTI_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS 5 select ARM_AMBA 6 select ARM_GIC 7 select CLKSRC_MMIO 8 select HAVE_ARM_SCU if SMP 9 select HAVE_ARM_TWD if SMP 10 select PINCTRL |
11 select PM_OPP |
|
11 select ARCH_HAS_RESET_CONTROLLER 12 select RESET_CONTROLLER 13 select SOC_BUS 14 select USB_ULPI if USB_PHY 15 select USB_ULPI_VIEWPORT if USB_PHY 16 help 17 This enables support for NVIDIA Tegra based systems. 18 --- 49 unchanged lines hidden --- | 12 select ARCH_HAS_RESET_CONTROLLER 13 select RESET_CONTROLLER 14 select SOC_BUS 15 select USB_ULPI if USB_PHY 16 select USB_ULPI_VIEWPORT if USB_PHY 17 help 18 This enables support for NVIDIA Tegra based systems. 19 --- 49 unchanged lines hidden --- |