Rename plain c disable option

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/library/padlock.h b/library/padlock.h
index 10c1c69..7ec960d 100644
--- a/library/padlock.h
+++ b/library/padlock.h
@@ -68,7 +68,7 @@
  *
  * \return         non-zero if CPU has support for the feature, 0 otherwise
  */
-#if !defined(MBEDTLS_AES_HAS_NO_BUILTIN)
+#if !defined(MBEDTLS_AES_HAS_NO_PLAIN_C)
 int mbedtls_padlock_has_support(int feature);
 #else
 #define /* no-check-names */ mbedtls_padlock_has_support(feature) 1