summaryrefslogtreecommitdiff
path: root/drivers/grove/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-05-24 18:17:13 -0500
committerKumar Gala <kumar.gala@linaro.org>2016-05-25 13:28:07 -0500
commit9ec2f3be802184718dca043434caa15ae609227e (patch)
tree55709838c1830030d57e5d8c66407b194c0778d3 /drivers/grove/Kconfig
parent171dab4f22117889fb3eee0bb28e0d4077905ee7 (diff)
Cleanup whitespace in Kconfig files
Convert leading whitespace into tabs in Kconfig files. Also replaced double spaces between config and <prompt>. Change-Id: I341c718ecf4143529b477c239bbde88e18f37062 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'drivers/grove/Kconfig')
-rw-r--r--drivers/grove/Kconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/grove/Kconfig b/drivers/grove/Kconfig
index ef76c4e79..c69838066 100644
--- a/drivers/grove/Kconfig
+++ b/drivers/grove/Kconfig
@@ -18,10 +18,10 @@
menuconfig GROVE
- bool
- prompt "Grove Device Drivers"
- default n
- help
+ bool
+ prompt "Grove Device Drivers"
+ default n
+ help
Check this box to enable the Seeed Grove device drivers
@@ -41,13 +41,13 @@ config SYS_LOG_GROVE_LEVEL
4 DEBUG, write SYS_LOG_DBG in adition to previous levels
config GROVE_LCD_RGB
- bool
- default n
- depends on GROVE
- prompt "Enable the Seeed Grove LCD RGB Backlight"
- help
- Setting this value will enable driver support for the Groove-LCD RGB
- Backlight.
+ bool
+ default n
+ depends on GROVE
+ prompt "Enable the Seeed Grove LCD RGB Backlight"
+ help
+ Setting this value will enable driver support for the Groove-LCD RGB
+ Backlight.
config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME
string "I2C Master where Grove LCD is connected"