• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/linux/Config.in
Gustavo ZacariasGustavo Zacarias committed ec394d648ac11 Jan 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
    depends on BR2_arm || BR2_armeb || BR2_bfin || BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
 
1
menu "Kernel"
2
​
3
config BR2_LINUX_KERNEL
4
    bool "Linux Kernel"
5
    help
6
      Enable this option if you want to build a Linux kernel for
7
      your embedded device
8
​
9
if BR2_LINUX_KERNEL
10
​
11
#
12
# Version selection. We provide the choice between:
13
#
14
#  1. A single fairly recent stable kernel version
15
#  2. In case an internal toolchain has been built, the same kernel
16
#     version as the kernel headers
17
#  3. A custom stable version
18
#  4. A custom tarball
19
#
20
choice
21
    prompt "Kernel version"
22
​
23
config BR2_LINUX_KERNEL_3_7
24
    bool "3.7.2"
25
​
26
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
27
    bool "Same as toolchain kernel headers"
28
    depends on BR2_TOOLCHAIN_BUILDROOT
29
    help
30
      This option will re-use the same kernel sources as the one
31
      that have been used for the kernel headers of the
32
      cross-compiling toolchain. Having the same version for the
33
      kernel running on the system and for the kernel headers is
34
      not a requirement, but using the same version allows to
35
      download only one tarball of the kernel sources.
36
​
37
config BR2_LINUX_KERNEL_CUSTOM_VERSION
38
    bool "Custom version"
39
    help
40
      This option allows to use a specific 2.6.x or 2.6.x.y
41
      official versions, as available on kernel.org
42
​
43
config BR2_LINUX_KERNEL_CUSTOM_TARBALL
44
    bool "Custom tarball"
45
    help
46
      This option allows to specify the http or ftp location of a
47
      specific kernel source tarball
48
​
49
config BR2_LINUX_KERNEL_CUSTOM_GIT
50
    bool "Custom Git tree"
51
    help
52
      This option allows Buildroot to get the Linux kernel source
53
      code from a Git repository.
54
​
55
endchoice
56
​
57
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
58
    string "Kernel version"
59
    depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
60
​
61
config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
62
    string "URL of custom kernel tarball"
63
    depends on BR2_LINUX_KERNEL_CUSTOM_TARBALL
64
​
65
config BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL
66
    string "URL of custom Git repository"
67
    depends on BR2_LINUX_KERNEL_CUSTOM_GIT
68
​
69
config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
70
    string "Custom Git version"
71
    default "HEAD"
72
    depends on BR2_LINUX_KERNEL_CUSTOM_GIT
73
    help
74
      Git revision to use in the format used by git rev-parse,
75
      E.G. a sha id, a tag, branch, ..
76
​
77
config BR2_LINUX_KERNEL_VERSION
78
    string
79
    default "3.7.2" if BR2_LINUX_KERNEL_3_7
80
    default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
81
    default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
82
    default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
83
    default $BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION if BR2_LINUX_KERNEL_CUSTOM_GIT
84
​
85
#
86
# Patch selection
87
#
88
​
89
config BR2_LINUX_KERNEL_PATCH
90
    string "Custom kernel patches"
91
    help
92
      A space-separated list of patches to apply to the
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.