Skip to content

Commit fe06e42

Browse files
ananglnashif
authored andcommitted
drivers: spi: nrfx: Improve a few Kconfig option prompts
Rephrase prompts for a few options in drivers/spi/Kconfig.nrfx so that their purpose is presented a bit better. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 257c28a commit fe06e42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/spi/Kconfig.nrfx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endchoice
5656
if SPI_0_NRF_SPI || SPI_0_NRF_SPIM || SPI_0_NRF_SPIS
5757

5858
config SPI_0_NRF_ORC
59-
hex "Over-read Character"
59+
hex "SPI Port 0 over-read character"
6060
range 0x00 0xff
6161
default 0xff
6262
help
@@ -106,7 +106,7 @@ endchoice
106106
if SPI_1_NRF_SPI || SPI_1_NRF_SPIM || SPI_1_NRF_SPIS
107107

108108
config SPI_1_NRF_ORC
109-
hex "Over-read Character"
109+
hex "SPI Port 1 over-read character"
110110
range 0x00 0xff
111111
default 0xff
112112
help
@@ -156,7 +156,7 @@ endchoice
156156
if SPI_2_NRF_SPI || SPI_2_NRF_SPIM || SPI_2_NRF_SPIS
157157

158158
config SPI_2_NRF_ORC
159-
hex "Over-read Character"
159+
hex "SPI Port 2 over-read character"
160160
range 0x00 0xff
161161
default 0xff
162162
help
@@ -197,7 +197,7 @@ endchoice
197197
if SPI_3_NRF_SPIM || SPI_3_NRF_SPIS
198198

199199
config SPI_3_NRF_ORC
200-
hex "Over-read Character"
200+
hex "SPI Port 3 over-read character"
201201
range 0x00 0xff
202202
default 0xff
203203
help
@@ -207,7 +207,7 @@ config SPI_3_NRF_ORC
207207
endif # SPI_3_NRF_SPIM || SPI_3_NRF_SPIS
208208

209209
config SPI_3_NRF_RX_DELAY
210-
int "MISO sampling delay"
210+
int "SPIM3 MISO sampling delay"
211211
depends on SPI_3_NRF_SPIM && SOC_NRF52840
212212
range 0 7
213213
default 2
@@ -221,7 +221,7 @@ endif # SPI_3 && !I2C_3 && !(SOC_SERIES_NRF91X && UART_3_NRF_UARTE)
221221
if NRFX_SPIM
222222

223223
config SPI_NRFX_RAM_BUFFER_SIZE
224-
int "Size of RAM buffer"
224+
int "Size of RAM buffers for SPIM peripherals"
225225
default 0
226226
help
227227
SPIM peripherals cannot transmit data directly from flash. Therefore,

0 commit comments

Comments
 (0)