Add MBEDTLS_SHA256_NO_SHA244 option (unimplemented)
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index f32498b..8340524 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -1282,6 +1282,16 @@
 //#define MBEDTLS_SHA256_SMALLER
 
 /**
+ * \def MBEDTLS_SHA256_NO_SHA224
+ *
+ * Disable the SHA-224 option of the SHA-256 module. Use this to save some
+ * code size on devices that don't use SHA-224.
+ *
+ * Uncomment to disable SHA-224
+ */
+//#define MBEDTLS_SHA256_NO_SHA224
+
+/**
  * \def MBEDTLS_SSL_ALL_ALERT_MESSAGES
  *
  * Enable sending of alert messages in case of encountered errors as per RFC.