summaryrefslogtreecommitdiff
path: root/nuttx/drivers/lcd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-20 17:29:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-20 17:29:10 -0600
commita8e43d6e4dfc6f2ae1da21776cf770c095dd282b (patch)
tree64cadbf132e22ed1f9737269ebf3dc655ca75653 /nuttx/drivers/lcd
parent60e400c82f6bf3479b0b2c36f3579c656f686ed0 (diff)
downloadpx4-nuttx-a8e43d6e4dfc6f2ae1da21776cf770c095dd282b.tar.gz
px4-nuttx-a8e43d6e4dfc6f2ae1da21776cf770c095dd282b.tar.bz2
px4-nuttx-a8e43d6e4dfc6f2ae1da21776cf770c095dd282b.zip
Yet more kconfg2html logic
Diffstat (limited to 'nuttx/drivers/lcd')
-rw-r--r--nuttx/drivers/lcd/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/drivers/lcd/Kconfig b/nuttx/drivers/lcd/Kconfig
index 38c490deb..1dbee5113 100644
--- a/nuttx/drivers/lcd/Kconfig
+++ b/nuttx/drivers/lcd/Kconfig
@@ -48,7 +48,7 @@ if LCD_P14201
config P14201_NINTERFACES
int "Number of physical P14201 devices"
default 1
- range 1,1
+ range 1 1
---help---
Specifies the number of physical P14201
devices that will be supported.
@@ -56,7 +56,7 @@ config P14201_NINTERFACES
config P14201_SPIMODE
int "SPI mode"
default 2
- range 0,3
+ range 0 3
---help---
Controls the SPI mode
@@ -93,7 +93,7 @@ if LCD_NOKIA6100
config NOKIA6100_NINTERFACES
int "Number of physical NOKIA6100 devices"
default 1
- range 1,1
+ range 1 1
---help---
Specifies the number of physical Nokia
6100 devices that will be supported.
@@ -115,7 +115,7 @@ endchoice
config NOKIA6100_SPIMODE
int "SPI mode"
default 0
- range 0,3
+ range 0 3
---help---
Controls the SPI mode
@@ -141,42 +141,42 @@ config NOKIA6100_BPP
config NOKIA6100_INVERT
int "Display inversion"
default 1
- range 0,1
+ range 0 1
---help---
Display inversion, 0 or 1, Default: 1
config NOKIA6100_MY
int "Display row direction"
default 0
- range 0,1
+ range 0 1
---help---
Display row direction, 0 or 1, Default: 0
config NOKIA6100_MX
int "Display column direction"
default 1
- range 0,1
+ range 0 1
---help---
Display column direction, 0 or 1, Default: 1
config NOKIA6100_V
int "Display address direction"
default 0
- range 0,1
+ range 0 1
---help---
Display address direction, 0 or 1, Default: 0
config NOKIA6100_ML
int "Display scan direction"
default 0
- range 0,1
+ range 0 1
---help---
Display scan direction, 0 or 1, Default: 0
config NOKIA6100_RGBORD
int "Display RGB order"
default 0
- range 0,1
+ range 0 1
---help---
Display RGB order, 0 or 1, Default: 0
Required LCD driver settings: