config/kernel/bare-metal.experimental.in
changeset 861 5506fbbad59b
child 883 927b30e32709
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/kernel/bare-metal.experimental.in	Tue Sep 16 17:39:40 2008 +0000
     1.3 @@ -0,0 +1,15 @@
     1.4 +# Bare metal config options
     1.5 +
     1.6 +config KERNEL_bare_metal
     1.7 +    select BARE_METAL
     1.8 +    help
     1.9 +      Say 'y' here if you want a simple C compiler with no C library.
    1.10 +      
    1.11 +      'Bare metal' also refer to those programs that run without any kernel.
    1.12 +      
    1.13 +      You probably want to say 'y' here if you plan to use your compiler
    1.14 +      to build only kernels or bootloaders.
    1.15 +
    1.16 +config BARE_METAL
    1.17 +    bool
    1.18 +    default n