commit | f6d26d8ffeb936c133b234329d3b77a3cce32efd | [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 | 1cf7c416543802624dbda940025ffa956f484f0e [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>