apps/graphics/pdcurs34: Remove EXPERIMENTAL from configurations with BPP < 8 bits.
diff --git a/ChangeLog.txt b/ChangeLog.txt
index b8703b1..2ef0fb5 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -2397,8 +2397,8 @@
* examples/nxlines now supports only multiuser mode (2017-10-14).
* exampls/nxhello: Increase the amount of time that the text is
displayed before erasing it (2017-10-15).
- Alan Carvalho de Assis (2017-10-15).
* Add -n samples to lm75 app and replace Centigrade with Celsius. From
+ Alan Carvalho de Assis (2017-10-15).
* graphics/traveler: Convert to use the framebuffer driver (2017-10-16).
* examples/alarm: add options for reading alarm value and canceling it.
From Juha Niskanen (2017-10-17).
diff --git a/graphics/pdcurs34/nuttx/Kconfig b/graphics/pdcurs34/nuttx/Kconfig
index e3335e7..903be04 100644
--- a/graphics/pdcurs34/nuttx/Kconfig
+++ b/graphics/pdcurs34/nuttx/Kconfig
@@ -114,17 +114,14 @@
config PDCURSES_COLORFMT_Y1
bool "BPP=1 Monochrome"
select PDCURSES_MONO
- depends on EXPERIMENTAL
config PDCURSES_COLORFMT_Y2
bool "BPP=2 Greyscale"
select PDCURSES_MONO
- depends on EXPERIMENTAL
config PDCURSES_COLORFMT_Y4
bool "BPP=4 Greyscale"
select PDCURSES_MONO
- depends on EXPERIMENTAL
config PDCURSES_COLORFMT_RGB332
bool "BPP=8 RGB332"