[ARM] tegra: usb_phy: Moved suspend/resume code to ehci driver
[firefly-linux-kernel-4.4.55.git] / arch / arm / Kconfig
index 88c97bc7a6f5b7a751b0b628e75a17f4604f82f3..f33645e2336dfb3e250200be311e209c9625fd45 100644 (file)
@@ -132,6 +132,14 @@ config RWSEM_GENERIC_SPINLOCK
 config RWSEM_XCHGADD_ALGORITHM
        bool
 
+config ARCH_HAS_CPU_IDLE_WAIT
+       bool
+       default y
+
+config ARCH_HAS_DEFAULT_IDLE
+       bool
+       default y
+
 config ARCH_HAS_ILOG2_U32
        bool
 
@@ -179,6 +187,9 @@ config ARM_L1_CACHE_SHIFT_6
        help
          Setting ARM L1 cache line size to 64 Bytes.
 
+config ARCH_PROVIDES_UDELAY
+  bool
+
 config VECTORS_BASE
        hex
        default 0xffff0000 if MMU || CPU_HIGH_VECTOR
@@ -565,6 +576,9 @@ config ARCH_TEGRA
        select HAVE_CLK
        select COMMON_CLKDEV
        select ARCH_HAS_BARRIERS if CACHE_L2X0
+       select ARCH_HAS_CPUFREQ
+       select ARCH_PROVIDES_UDELAY
+       select FIQ
        help
          This enables support for NVIDIA Tegra based systems (Tegra APX,
          Tegra 6xx and Tegra 2 series).