config/kernel_linux.in
changeset 66 c77d59891a0d
parent 61 1207acb66003
     1.1 --- a/config/kernel_linux.in	Sun May 06 13:42:10 2007 +0000
     1.2 +++ b/config/kernel_linux.in	Mon May 07 21:45:31 2007 +0000
     1.3 @@ -15,15 +15,17 @@
     1.4      bool
     1.5      prompt "Mazur's sanitized headers (OBSOLETE)"
     1.6      depends on OBSOLETE
     1.7 +    select KERNEL_LINUX_NEEDS_CONFIG
     1.8      help
     1.9        M. Mazur used to maintain a tree of sanitised headers, but it is now
    1.10 -      obsoleted by the headers_install rule (above), and has not seen eny
    1.11 +      obsoleted by the headers_install rule (above), and has not seen any
    1.12        update since 2.6.12
    1.13  
    1.14  config KERNEL_LINUX_HEADERS_COPY
    1.15      bool
    1.16      prompt "pure kernel headers (REALLY OBSOLETE)"
    1.17      depends on OBSOLETE
    1.18 +    select KERNEL_LINUX_NEEDS_CONFIG
    1.19      help
    1.20        This will simply copy the kernel headers to the toolchain.
    1.21  
    1.22 @@ -114,9 +116,14 @@
    1.23      default 1 if KERNEL_LINUX_VERBOSITY_1
    1.24      default 2 if KERNEL_LINUX_VERBOSITY_2
    1.25  
    1.26 +config KERNEL_LINUX_NEEDS_CONFIG
    1.27 +    bool
    1.28 +    default n
    1.29 +
    1.30  config KERNEL_LINUX_CONFIG_FILE
    1.31      string
    1.32      prompt "Configuration file"
    1.33 +    depends on KERNEL_LINUX_NEEDS_CONFIG
    1.34      default ""
    1.35      help
    1.36        Path to a kernel configuration file.