Utilize a code spell-checking tool to scan for and correct spelling errors in `Kconfig` files within the `drivers` directory. Additionally, incorporates a fix recommended by the reviewer. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
Implement zephyr crypto driver hash API's using calls to MEC172x ROM hash API's. Hardware supports zephyr driver hash modes: SHA-224, 256, 384, and 512. Driver supports synchronous (blocking) mode at this time. Signed-off-by: Manimaran A <manimaran.a@microchip.com>