The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] power/reset: Make the vexpress driver optional on arm and arm64
@ 2013-06-10 15:12 Pawel Moll
  2013-06-20  8:15 ` Pawel Moll
  2013-06-22  0:35 ` Anton Vorontsov
  0 siblings, 2 replies; 3+ messages in thread
From: Pawel Moll @ 2013-06-10 15:12 UTC (permalink / raw)
  To: Anton Vorontsov, David Woodhouse, linux-kernel, linux-arm-kernel
  Cc: Catalin Marinas, Pawel Moll

The driver can be used on either arm or arm64 platforms, but
the latter doesn't have any platform-specific configuration
options, so it must be possible to manually enable the driver.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
---
 drivers/power/reset/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Hello Anton, David,

Would you be so kind to queue this small change for 3.11?

Thanks!

Pawel

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index 349e9ae..ee039dc 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -32,7 +32,8 @@ config POWER_RESET_RESTART
 	  user presses a key. u-boot then boots into Linux.
 
 config POWER_RESET_VEXPRESS
-	bool
+	bool "ARM Versatile Express power-off and reset driver"
+	depends on ARM || ARM64
 	depends on POWER_RESET
 	help
 	  Power off and reset support for the ARM Ltd. Versatile
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-22  0:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 15:12 [PATCH] power/reset: Make the vexpress driver optional on arm and arm64 Pawel Moll
2013-06-20  8:15 ` Pawel Moll
2013-06-22  0:35 ` Anton Vorontsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox