menu "Configuration"
	depends on PACKAGE_python3-pymysql

config PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT
	bool "Enable support for SHA password authentication"
	help
	  To use “sha256_password” or “caching_sha2_password” for authentication
	  this symbol needs to be enabled, to also install python3-cryptography.
	default n

endmenu