summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRickard Andersson <rickard.andersson@stericsson.com>2011-09-19 10:44:20 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 13:00:20 +0200
commitd3553cbab17b4cd9b2ce1b0ff547b37c82a16112 (patch)
tree7fa1d5c24312f799a9657c189e6aa2328c2cc9de /arch
parent8e3d4a7feea7c7946c734d4a0b5b3ae660f2f41d (diff)
drivers:cpuidle U8500 debug support
cpuidle driver debug support Change-Id: I3eefe35ca909181eec6266ccc43c3f7d1be20f88 Signed-off-by: Rickard Andersson <rickard.andersson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32085 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/pm/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-ux500/pm/Kconfig b/arch/arm/mach-ux500/pm/Kconfig
index 9df7848caa0..01a3c93d786 100644
--- a/arch/arm/mach-ux500/pm/Kconfig
+++ b/arch/arm/mach-ux500/pm/Kconfig
@@ -19,6 +19,13 @@ config UX500_PM_PERFORMANCE
Enable supervision of events which may require a boost
of platform performance.
+config UX500_CONSOLE_UART_GPIO_PIN
+ int "The pin number of the console UART GPIO pin"
+ default 29
+ depends on UX500_SUSPEND_DBG_WAKE_ON_UART || UX500_CPUIDLE_DEBUG
+ help
+ GPIO pin number of the GPIO pin connected to the console UART RX line.
+
config UX500_SUSPEND
bool "Suspend to mem and standby support"
depends on (UX500_SOC_DB8500 || UX500_SOC_DB5500) && PM && SUSPEND
@@ -50,10 +57,3 @@ config UX500_SUSPEND_DBG_WAKE_ON_UART
depends on UX500_SUSPEND_DBG
help
Wake up on uart interrupts. Makes it possible for the console to wake up system.
-
-config UX500_CONSOLE_UART_GPIO_PIN
- int "The pin number of the console UART GPIO pin"
- default 29
- depends on UX500_SUSPEND_DBG_WAKE_ON_UART
- help
- GPIO pin number of the GPIO pin connected to the console UART RX line.