diff --git a/package/kexec/Config.in b/package/kexec/Config.in
index 6f10b89..98514d9 100644
--- a/package/kexec/Config.in
+++ b/package/kexec/Config.in
@@ -1,11 +1,15 @@
 config BR2_PACKAGE_KEXEC
 	bool "kexec"
+	depends on !BR2_avr32
 	help
 	  Kexec is a user space utiltity for loading another kernel
 	  and asking the currently running kernel to do something with it.
 
 	  http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
 
+comment "kexec is not supported on avr32"
+	depends on BR2_avr32
+
 config BR2_PACKAGE_KEXEC_ZLIB
 	bool "zlib support"
 	depends on BR2_PACKAGE_KEXEC
