commit | 6115f1c4fe81015369e110ea9830a6e36710677c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Sep 22 14:50:39 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 06 09:16:24 2021 -0400 |
tree | b0caf1d699dcdfc11de7ed8d1f382711273d2d04 | |
parent | 871fd508fccc58fd0d249841c918b99121d03d8c [diff] |
Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig The values of CONFIG_NAND_OMAP_ECCSCHEME map to the enum in include/linux/mtd/omap_gpmc.h for valid ECC schemes. Make which one we will use be a choice statement, enumerating the ones which we have implemented. Signed-off-by: Tom Rini <trini@konsulko.com>