mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 13:20:49 +00:00
Remove unused apps/graphics/NxWidgets/UnitTests/Kconfig.SAVE.
This commit is contained in:
parent
e0db6be103
commit
765106e816
1 changed files with 0 additions and 103 deletions
|
|
@ -1,103 +0,0 @@
|
|||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
menu "Unit Tests"
|
||||
|
||||
config NXWIDGETS_UNITTEST_CBUTTON
|
||||
tristate "CButton"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CBUTTONARRAY
|
||||
tristate "CButtonArray"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CCHECKBOX
|
||||
tristate "CCheckBox"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CGLYPHBUTTON
|
||||
tristate "CGlyphButton"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CGLYPHSLIDERHORIZONTAL
|
||||
tristate "CGlyphSliderHorizontal"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CIMAGE
|
||||
tristate "CImage"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CKEYPAD
|
||||
tristate "CKeypad"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CLABEL
|
||||
tristate "CLabel"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CLATCHBUTTON
|
||||
tristate "CLatchButton"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CLATCHBUTTONARRAY
|
||||
tristate "CLatchButtonArray"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CLISTBOX
|
||||
tristate "CListBox"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CPROGRESSBAR
|
||||
tristate "CProgressBar"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CRADIOBUTTON
|
||||
tristate "CRadioButton"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CSCROLLBARHORIZONTAL
|
||||
tristate "CScrollbarHorizontal"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CSCROLLBARVERTICAL
|
||||
tristate "CScrollbarVertical"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CSLIDERHORIZONAL
|
||||
tristate "CSliderHorizontal"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CSLIDERVERTICAL
|
||||
tristate "CSliderVertical"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_CTEXTBOX
|
||||
tristate "CTextBox"
|
||||
default n
|
||||
depends on NXWIDGETS
|
||||
|
||||
config NXWIDGETS_UNITTEST_NXWM
|
||||
tristate "NxWM"
|
||||
default y
|
||||
depends on NXWM
|
||||
|
||||
endmenu # Unit Tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue