~ubuntu-branches/ubuntu/saucy/linux-exynos5/saucy-proposed

« back to all changes in this revision

Viewing changes to init/Kconfig

  • Committer: Package Import Robot
  • Author(s): Tim Gardner
  • Date: 2013-10-11 08:22:11 UTC
  • Revision ID: package-import@ubuntu.com-20131011082211-que2hf43fl0lbggm
Tags: 3.11.0-203.11
No change upload, but with orig tarball this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
          but you may wish to use a different default here to make a minimal
209
209
          system more usable with less configuration.
210
210
 
 
211
config VERSION_SIGNATURE
 
212
        string "Arbitrary version signature"
 
213
        help
 
214
          This string will be created in a file, /proc/version_signature. It
 
215
          is useful in determining arbitrary data about your kernel. For instance,
 
216
          if you have several kernels of the same version, but need to keep track
 
217
          of a revision of the same kernel, but not affect it's ability to load
 
218
          compatible modules, this is the easiest way to do that.
 
219
 
211
220
config SWAP
212
221
        bool "Support for paging of anonymous memory (swap)"
213
222
        depends on MMU && BLOCK