Commit 94d450ed authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: at91/power/reset: fix Kconfig "depends on" directive

MACH_AT91 doesn't exist so we can't "depend" on it. Fix the typo
by using the proper ARCH_AT91 config option.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent c8260db5
......@@ -16,7 +16,7 @@ config POWER_RESET_AS3722
config POWER_RESET_AT91_POWEROFF
bool "Atmel AT91 poweroff driver"
depends on MACH_AT91
depends on ARCH_AT91
default SOC_AT91SAM9 || SOC_SAMA5
help
This driver supports poweroff for Atmel AT91SAM9 and SAMA5
......@@ -24,7 +24,7 @@ config POWER_RESET_AT91_POWEROFF
config POWER_RESET_AT91_RESET
bool "Atmel AT91 reset driver"
depends on MACH_AT91
depends on ARCH_AT91
default SOC_AT91SAM9 || SOC_SAMA5
help
This driver supports restart for Atmel AT91SAM9 and SAMA5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment