This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 6cc1f189d2570279cbd63a936ae1d3c26f7eab42 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Wed Mar 17 08:29:14 2021 +0900 examples/mtdpart: select CONFIG_BCH --- examples/mtdpart/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mtdpart/Kconfig b/examples/mtdpart/Kconfig index eeec4d9..f6c2219 100644 --- a/examples/mtdpart/Kconfig +++ b/examples/mtdpart/Kconfig @@ -7,6 +7,7 @@ config EXAMPLES_MTDPART tristate "MTD partition test" default n depends on MTD_PARTITION && BUILD_FLAT + select BCH ---help--- Enable the MTD partition test example.