Skip to content

Commit

Permalink
power/reset: Make the vexpress driver optional on arm and arm64
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
  • Loading branch information
Pawel Moll authored and Anton Vorontsov committed Jun 22, 2013
1 parent e5409cb commit b52eafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/power/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b52eafc

Please sign in to comment.