Skip to content

Commit 2b3741d

Browse files
simbit18acassis
authored andcommitted
drivers: Fix Kconfig style
Remove spaces from Kconfig
1 parent 015e013 commit 2b3741d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

drivers/analog/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@ config ADC_ADS1115_CHANNEL
285285
default 0
286286
range 0 7
287287
---help---
288-
Default ADS1115 channel/mux configuration.
289-
0-3 are the differential channels.
288+
Default ADS1115 channel/mux configuration.
289+
0-3 are the differential channels.
290290
4-7 are the single ended channels for A0 to A3
291291
See the datasheet or ads1115.h for more info.
292292

293-
config ADC_ADS1115_PGA
293+
config ADC_ADS1115_PGA
294294
int "ADS1115 PGA"
295295
default 2
296296
range 0 7
@@ -299,7 +299,7 @@ config ADC_ADS1115_PGA
299299
0 is +/-6.144V, 1 is +/-4.096V, 2 is +/-2.048V, 3 is +/-1.024V,
300300
4 is +/-0.512V, 5 is +/-0.256V, 6 is +/-0.256V, 7 is +/-0.256V.
301301

302-
config ADC_ADS1115_CONTINOUS
302+
config ADC_ADS1115_CONTINOUS
303303
bool "ADS1115 continuous mode"
304304
default n
305305
---help---
@@ -312,7 +312,7 @@ config ADC_ADS1115_DR
312312
default 4
313313
range 0 7
314314
---help---
315-
ADS1115 data rate.
315+
ADS1115 data rate.
316316
0 is 8sps, 1 is 16sps, 2 is 32sps, 3 is 64sps,
317317
4 is 128sps, 5 is 250sps, 6 is 475sps, 7 is 860sps.
318318

@@ -340,9 +340,9 @@ config ADC_ADS1115_COMP_QUE
340340
default 3
341341
range 0 3
342342
---help---
343-
ADS1115 comparator queue. 0 is assert after 1 conversion, 1, is
344-
assert after 2 conversions, 2 is assert after 4 conversions, 3
345-
is disable comparator, and set ALERT/RDY to high-impedence.
343+
ADS1115 comparator queue. 0 is assert after 1 conversion, 1, is
344+
assert after 2 conversions, 2 is assert after 4 conversions, 3
345+
is disable comparator, and set ALERT/RDY to high-impedence.
346346

347347
config ADC_ADS1115_HI_THRESH
348348
int "ADS1115 high threshold"

drivers/sensors/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ config SENSORS_BH1750FVI
202202
config SENSORS_NAU7802
203203
bool "Adafruit NAU7802 ADC sensor support"
204204
default n
205-
select I2C
205+
select I2C
206206
---help---
207207
Enable driver support for the Adafruit NAU7802 sensor.
208208

0 commit comments

Comments
 (0)