aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/Kconfig
diff options
context:
space:
mode:
authorJean Pihet <jean.pihet@newoldbits.com>2011-07-09 19:15:41 -0600
committerPaul Walmsley <paul@pwsan.com>2011-07-09 19:15:41 -0600
commit476e5be710bec3d324d9a28cf1f4fd15bd358a86 (patch)
tree203086e6041e9679c889bde6abbfe3ed7001b5e4 /arch/arm/plat-omap/Kconfig
parentOMAP4: clockdomain data: Fix data order and wrong name (diff)
downloadlinux-dev-476e5be710bec3d324d9a28cf1f4fd15bd358a86.tar.xz
linux-dev-476e5be710bec3d324d9a28cf1f4fd15bd358a86.zip
OMAP PM: remove OMAP_PM_NONE config option
The current code base is not linking with the OMAP_PM_NONE option set. Since the option OMAP_PM_NOOP provides a no-op/debug layer, OMAP_PM_NONE can be removed. OMAP_PM_NOOP is enabled by default by Kconfig. Signed-off-by: Jean Pihet <j-pihet@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r--arch/arm/plat-omap/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 49a4c75243fc..6e6735f04ee3 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -211,9 +211,6 @@ choice
depends on ARCH_OMAP
default OMAP_PM_NOOP
-config OMAP_PM_NONE
- bool "No PM layer"
-
config OMAP_PM_NOOP
bool "No-op/debug PM layer"