diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in
index cce2cfdab8..eca43d7ac3 100644
--- a/package/oprofile/Config.in
+++ b/package/oprofile/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_OPROFILE_ARCH_SUPPORTS
 	depends on BR2_arceb || BR2_arcle || BR2_arm || BR2_armeb || \
 		BR2_aarch64 || BR2_aarch64_be || BR2_i386 || BR2_mips || \
 		BR2_mipsel || BR2_mips64 || BR2_mips64el || BR2_powerpc || \
-		BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
+		BR2_powerpc64 || BR2_powerpc64le || BR2_s390x || BR2_sh || \
 		BR2_sparc || BR2_sparc64 || BR2_x86_64
 
 config BR2_PACKAGE_OPROFILE_NEEDS_LIBPFM4