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.git
commit ac5a228d895fa343a66a1725c8ce71192b35914a Author: Jukka Laitinen <[email protected]> AuthorDate: Wed Nov 24 09:54:10 2021 +0200 boards/risc-v/mpfs: Enable CONFIG_SPI_CS_CONTROL Enable CS control via register write for the mpfs hwtest target Signed-off-by: Jukka Laitinen <[email protected]> --- boards/risc-v/mpfs/icicle/configs/hwtest/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/mpfs/icicle/configs/hwtest/defconfig b/boards/risc-v/mpfs/icicle/configs/hwtest/defconfig index fddc3cb..82d9e22 100644 --- a/boards/risc-v/mpfs/icicle/configs/hwtest/defconfig +++ b/boards/risc-v/mpfs/icicle/configs/hwtest/defconfig @@ -81,6 +81,7 @@ CONFIG_SCHED_LPWORK=y CONFIG_SCHED_WAITPID=y CONFIG_SERIAL_NPOLLWAITERS=2 CONFIG_SPI=y +CONFIG_SPI_CS_CONTROL=y CONFIG_SPI_DRIVER=y CONFIG_STACK_COLORATION=y CONFIG_START_MONTH=4
