From b555b302af357a4458e1a62a47ae8e6a0eb1dfd5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 22 Apr 2018 11:31:24 -0600 Subject: [PATCH] Update README. --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index 33b1cf13ce4..2e221007327 100644 --- a/README.txt +++ b/README.txt @@ -747,6 +747,13 @@ NuttX Configuration Tool This is pretty straight forward for creating new configurations but may be less intuitive for modifying existing configurations. + Another ncurses-based tool that is an option to kconfig-mconf is + kconfig-nconf. The differences are primary in in the aesthetics of the + UI. If you have kconfig-nconf built, then you can invoke that front end + with: + + make nconfig + If you have an environment that supports the Qt or GTK graphical systems (probably KDE or gnome, respectively, or Cygwin under Windows with Qt or GTK installed), then you can also build the graphical kconfig-frontends,