From 23d2785b19f9445030f91b72a30ef4b568f3d61a Mon Sep 17 00:00:00 2001 From: kyChu Date: Mon, 25 Nov 2019 07:49:31 -0600 Subject: [PATCH] system/spi/Kconfig: Simultaneous with Dave Marples patch, kyChu submitted a nearly equivalent change with PR 206. In have enhanced Dave Marples change with some good things form kyChu's PR. --- system/spi/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/spi/Kconfig b/system/spi/Kconfig index b18db3a4b..04f6dc85a 100644 --- a/system/spi/Kconfig +++ b/system/spi/Kconfig @@ -47,8 +47,10 @@ config SPITOOL_DEFFREQ Default SPI frequency (default: 4000000) config SPITOOL_DEFCMD - int "Send in command mode" + int "CMD/DATA select" default 0 + range 0 1 + depends on SPI_CMDDATA ---help--- Send in command or data mode 0 = Data mode