mirror of https://github.com/torvalds/linux.git
When adding hashes support to sun8i-ss, I have added them only on A83T.
But I forgot that 0 is a valid algorithm ID, so hashes are enabled on A80 but
with an incorrect ID.
Anyway, even with correct IDs, hashes do not work on A80 and I cannot
find why.
So let's disable all of them on A80.
Fixes:
|
||
|---|---|---|
| .. | ||
| sun4i-ss | ||
| sun8i-ce | ||
| sun8i-ss | ||
| Kconfig | ||
| Makefile | ||