diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-21 00:20:52 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-21 00:20:52 -0600 |
commit | 716ce66d95ede0e13cc182417a4d020ff5984407 (patch) | |
tree | 8a5f5d8df31b4d2101b7fad7df9477f4a8a55556 | |
parent | b05588ed6bdc77ef922b78ab91b4dac66a2aa52d (diff) |
enable tristate with special option
-rw-r--r-- | Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,8 +3,10 @@ mainmenu "OpenADK Configuration" -config MODULES - boolean +# enable tristate +config ADK_MODULES + bool + option modules default y config ADK_HAVE_DOT_CONFIG |