ARM: at91/power/reset: fix Kconfig "depends on" directive
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 1 Sep 2014 08:26:04 +0000 (10:26 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 1 Sep 2014 16:39:24 +0000 (18:39 +0200)
commit94d450edfdc6dab0bb92dcbb06f5ea3244558bf4
tree922e02335aadd1693eb96d704319af09097ec3a8
parentc8260db557389c1fb46eeafb54414b03d9f19e49
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: Nicolas Ferre <nicolas.ferre@atmel.com>
drivers/power/reset/Kconfig