commit | 9c8268d9b047deebdb00a4411c0c84c312adf974 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 17 18:08:47 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 16:20:19 2021 -0500 |
tree | f0efc05e14169f9304b83481fdb6ad50279aabad | |
parent | f7c69858ef1889c39775df36de1f2b6056ccda76 [diff] [blame] |
Convert CONFIG_JFFS2_DEV et al to Kconfig This converts the following to Kconfig: CONFIG_JFFS2_DEV CONFIG_JFFS2_LZO CONFIG_JFFS2_NAND CONFIG_JFFS2_PART_OFFSET CONFIG_JFFS2_PART_SIZE Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/ethernut5_defconfig b/configs/ethernut5_defconfig index e7ebfef..1821b23 100644 --- a/configs/ethernut5_defconfig +++ b/configs/ethernut5_defconfig
@@ -81,3 +81,4 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_USB=y +CONFIG_JFFS2_NAND=y