config/kernel.in
changeset 1502 472cfde636a1
parent 1499 ff1f40a8f9c1
child 1870 a4c4e51aa541
     1.1 --- a/config/kernel.in	Sun Aug 30 16:44:59 2009 +0200
     1.2 +++ b/config/kernel.in	Sun Aug 30 16:54:30 2009 +0200
     1.3 @@ -23,4 +23,17 @@
     1.4  
     1.5  source config.gen/kernel.in
     1.6  
     1.7 +comment "Common kernel options"
     1.8 +
     1.9 +config SHARED_LIBS
    1.10 +    bool
    1.11 +    prompt "Build shared libraries"
    1.12 +    depends on KERNEL_SUPPORTS_SHARED_LIBS
    1.13 +    default y
    1.14 +    help
    1.15 +      Say 'y' here, unless you don't want shared libraries.
    1.16 +      
    1.17 +      You might not want shared libraries if you're building for a target that
    1.18 +      don't support it (maybe some nommu targets, for example, or bare metal).
    1.19 +
    1.20  endmenu