config/kernel/linux.in
changeset 856 8d23dc29eb7d
parent 847 af75fc1fe0fc
child 858 e815b1a5057c
     1.1 --- a/config/kernel/linux.in	Wed Sep 10 21:40:23 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Mon Sep 15 12:08:01 2008 +0000
     1.3 @@ -20,6 +20,8 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +if KERNEL_LINUX_HEADERS_INSTALL
     1.8 +
     1.9  config KERNEL_VERSION_SEE_EXTRAVERSION
    1.10      bool
    1.11      prompt "See extra versions"
    1.12 @@ -27,29 +29,14 @@
    1.13      depends on KERNEL_LINUX_HEADERS_COPY || KERNEL_LINUX_HEADERS_INSTALL
    1.14      help
    1.15        See extra versions (kernel with 4 numbers, eg 2.6.19.1).
    1.16 -
    1.17 +       
    1.18        If you say 'no', you'll only see sub-level, 3-digit versions.
    1.19        If you say 'yes', you'll see far more versions!
    1.20 -
    1.21 +       
    1.22        It is recommended that you say 'no', unless you _*know*_
    1.23        that an extra version fixes a headers bug.
    1.24  
    1.25 -if KERNEL_LINUX_HEADERS_INSTALL
    1.26  source config/kernel/linux_headers_install.in
    1.27 -endif
    1.28 -
    1.29 -config KERNEL_LINUX_HEADERS_CUSTOM_DIR
    1.30 -    string
    1.31 -    prompt "Where are those custom headers?"
    1.32 -    depends on KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
    1.33 -    help
    1.34 -      Enter the base directory where the headers are to be found.
    1.35 -      
    1.36 -      Eg. if the headers are in /some/place/include, then enter /some/place.
    1.37 -          This is the same path you entered when you typed:
    1.38 -            make INSTALL_HDR_PATH=/some/place headers_install
    1.39 -
    1.40 -if ! KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
    1.41  
    1.42  choice
    1.43      bool
    1.44 @@ -83,3 +70,14 @@
    1.45      default 2 if KERNEL_LINUX_VERBOSITY_2
    1.46  
    1.47  endif
    1.48 +
    1.49 +config KERNEL_LINUX_HEADERS_CUSTOM_DIR
    1.50 +    string
    1.51 +    prompt "Where are those custom headers?"
    1.52 +    depends on KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR
    1.53 +    help
    1.54 +      Enter the base directory where the headers are to be found.
    1.55 +      
    1.56 +      Eg. if the headers are in /some/place/include, then enter /some/place.
    1.57 +          This is the same path you entered when you typed:
    1.58 +            make INSTALL_HDR_PATH=/some/place headers_install