diff options
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 | ||||
-rw-r--r-- | arch/ia64/Kconfig | 2 | ||||
-rw-r--r-- | drivers/ata/Kconfig | 2 | ||||
-rw-r--r-- | drivers/media/platform/Kconfig | 2 | ||||
-rw-r--r-- | drivers/media/platform/s5p-tv/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/gdm72xx/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/core/Kconfig | 2 | ||||
-rw-r--r-- | drivers/usb/phy/Kconfig | 4 | ||||
-rw-r--r-- | drivers/usb/storage/Kconfig | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index b9e3f1c61baf..bb9c56e44a7b 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig | |||
@@ -21,7 +21,7 @@ menuconfig ARCH_EXYNOS | |||
21 | select HAVE_S3C_RTC if RTC_CLASS | 21 | select HAVE_S3C_RTC if RTC_CLASS |
22 | select PINCTRL | 22 | select PINCTRL |
23 | select PINCTRL_EXYNOS | 23 | select PINCTRL_EXYNOS |
24 | select PM_GENERIC_DOMAINS if PM_RUNTIME | 24 | select PM_GENERIC_DOMAINS if PM |
25 | select S5P_DEV_MFC | 25 | select S5P_DEV_MFC |
26 | select SRAM | 26 | select SRAM |
27 | select MFD_SYSCON | 27 | select MFD_SYSCON |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 536d13b0bea6..ce9531ed44db 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -232,7 +232,7 @@ config IA64_SGI_UV | |||
232 | config IA64_HP_SIM | 232 | config IA64_HP_SIM |
233 | bool "Ski-simulator" | 233 | bool "Ski-simulator" |
234 | select SWIOTLB | 234 | select SWIOTLB |
235 | depends on !PM_RUNTIME | 235 | depends on !PM |
236 | 236 | ||
237 | endchoice | 237 | endchoice |
238 | 238 | ||
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index cd4cccbfd2ab..a3a13605a9c4 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -61,7 +61,7 @@ config ATA_ACPI | |||
61 | 61 | ||
62 | config SATA_ZPODD | 62 | config SATA_ZPODD |
63 | bool "SATA Zero Power Optical Disc Drive (ZPODD) support" | 63 | bool "SATA Zero Power Optical Disc Drive (ZPODD) support" |
64 | depends on ATA_ACPI && PM_RUNTIME | 64 | depends on ATA_ACPI && PM |
65 | default n | 65 | default n |
66 | help | 66 | help |
67 | This option adds support for SATA Zero Power Optical Disc | 67 | This option adds support for SATA Zero Power Optical Disc |
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 3aac88f1d54a..1412c3edd5a2 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -112,7 +112,7 @@ config VIDEO_OMAP3_DEBUG | |||
112 | config VIDEO_S3C_CAMIF | 112 | config VIDEO_S3C_CAMIF |
113 | tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver" | 113 | tristate "Samsung S3C24XX/S3C64XX SoC Camera Interface driver" |
114 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 114 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
115 | depends on PM_RUNTIME | 115 | depends on PM |
116 | depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST | 116 | depends on ARCH_S3C64XX || PLAT_S3C24XX || COMPILE_TEST |
117 | depends on HAS_DMA | 117 | depends on HAS_DMA |
118 | select VIDEOBUF2_DMA_CONTIG | 118 | select VIDEOBUF2_DMA_CONTIG |
diff --git a/drivers/media/platform/s5p-tv/Kconfig b/drivers/media/platform/s5p-tv/Kconfig index beb180e71ba0..5a1835dd65e8 100644 --- a/drivers/media/platform/s5p-tv/Kconfig +++ b/drivers/media/platform/s5p-tv/Kconfig | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | config VIDEO_SAMSUNG_S5P_TV | 9 | config VIDEO_SAMSUNG_S5P_TV |
10 | bool "Samsung TV driver for S5P platform" | 10 | bool "Samsung TV driver for S5P platform" |
11 | depends on PM_RUNTIME | 11 | depends on PM |
12 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST | 12 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
13 | default n | 13 | default n |
14 | ---help--- | 14 | ---help--- |
diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig index 5836503caa7b..bf11a7fbfc51 100644 --- a/drivers/staging/gdm72xx/Kconfig +++ b/drivers/staging/gdm72xx/Kconfig | |||
@@ -53,7 +53,7 @@ if WIMAX_GDM72XX_USB | |||
53 | 53 | ||
54 | config WIMAX_GDM72XX_USB_PM | 54 | config WIMAX_GDM72XX_USB_PM |
55 | bool "Enable power management support" | 55 | bool "Enable power management support" |
56 | depends on PM_RUNTIME | 56 | depends on PM |
57 | help | 57 | help |
58 | Enable USB power management in order to reduce power consumption | 58 | Enable USB power management in order to reduce power consumption |
59 | while the interface is not in use. | 59 | while the interface is not in use. |
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index 9cfda6a72194..cc0ced08bae2 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig | |||
@@ -43,7 +43,7 @@ config USB_DYNAMIC_MINORS | |||
43 | 43 | ||
44 | config USB_OTG | 44 | config USB_OTG |
45 | bool "OTG support" | 45 | bool "OTG support" |
46 | depends on PM_RUNTIME | 46 | depends on PM |
47 | default n | 47 | default n |
48 | help | 48 | help |
49 | The most notable feature of USB OTG is support for a | 49 | The most notable feature of USB OTG is support for a |
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 0cd1f44f0ee8..c6d0c8e745b9 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig | |||
@@ -20,7 +20,7 @@ config AB8500_USB | |||
20 | 20 | ||
21 | config FSL_USB2_OTG | 21 | config FSL_USB2_OTG |
22 | bool "Freescale USB OTG Transceiver Driver" | 22 | bool "Freescale USB OTG Transceiver Driver" |
23 | depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM_RUNTIME | 23 | depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM |
24 | select USB_OTG | 24 | select USB_OTG |
25 | select USB_PHY | 25 | select USB_PHY |
26 | help | 26 | help |
@@ -153,7 +153,7 @@ config USB_MSM_OTG | |||
153 | 153 | ||
154 | config USB_MV_OTG | 154 | config USB_MV_OTG |
155 | tristate "Marvell USB OTG support" | 155 | tristate "Marvell USB OTG support" |
156 | depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME | 156 | depends on USB_EHCI_MV && USB_MV_UDC && PM |
157 | select USB_OTG | 157 | select USB_OTG |
158 | select USB_PHY | 158 | select USB_PHY |
159 | help | 159 | help |
diff --git a/drivers/usb/storage/Kconfig b/drivers/usb/storage/Kconfig index 715f299af6ea..ec84758f0e23 100644 --- a/drivers/usb/storage/Kconfig +++ b/drivers/usb/storage/Kconfig | |||
@@ -41,7 +41,7 @@ config USB_STORAGE_REALTEK | |||
41 | 41 | ||
42 | config REALTEK_AUTOPM | 42 | config REALTEK_AUTOPM |
43 | bool "Realtek Card Reader autosuspend support" | 43 | bool "Realtek Card Reader autosuspend support" |
44 | depends on USB_STORAGE_REALTEK && PM_RUNTIME | 44 | depends on USB_STORAGE_REALTEK && PM |
45 | default y | 45 | default y |
46 | 46 | ||
47 | config USB_STORAGE_DATAFAB | 47 | config USB_STORAGE_DATAFAB |