Re: [PATCH 14/14] Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig

2021-10-06 Thread Tom Rini
On Wed, Sep 22, 2021 at 02:50:39PM -0400, Tom Rini wrote: > 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:

[PATCH 14/14] Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig

2021-09-22 Thread Tom Rini
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 --- configs/am335x_guardian_defconfig | 1 + confi