Add MBEDTLS_NO_UDBL_DIVISION to excludes of full config
diff --git a/scripts/config.pl b/scripts/config.pl
index d07b130..76ca470 100755
--- a/scripts/config.pl
+++ b/scripts/config.pl
@@ -92,6 +92,7 @@
 MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION
 MBEDTLS_ZLIB_SUPPORT
 MBEDTLS_PKCS11_C
+MBEDTLS_NO_UDBL_DIVISION
 _ALT\s*$
 );