config: allow unconditional usage of tristates
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jul 28 21:32:42 2010 +0200 (2010-07-28)
changeset 2040c0162f201864
parent 2039 c5a2e4ee7fb8
child 2041 db17513ee7bf
config: allow unconditional usage of tristates
config/global.in
     1.1 --- a/config/global.in	Mon Jul 26 00:07:17 2010 +0200
     1.2 +++ b/config/global.in	Wed Jul 28 21:32:42 2010 +0200
     1.3 @@ -1,5 +1,10 @@
     1.4  # Overall toolchain configuration: paths, jobs, etc...
     1.5  
     1.6 +# Allow unconditional usage of tristates
     1.7 +config MODULES
     1.8 +    bool
     1.9 +    default y
    1.10 +
    1.11  menu "Paths and misc options"
    1.12  
    1.13  source "config/global/ct-behave.in"