最終更新:2017-07-06 (木) 15:20:28 (2479d)  

make *config
Top / make *config

https://www.kernel.org/doc/menuconfig/

一覧

Linuxカーネル/ビルド

  • make configUpdate current config utilising a line-oriented programLinux 2.6.12?
    make nconfig?Update current config utilising a ncurses menu based programLinux 2.6.35
    make menuconfigUpdate current config utilising a menu based program
    make xconfigUpdate current config utilising a Qt based front-end
    make gconfig?Update current config utilising a GTK based front-end
    make oldconfigUpdate current config utilising a provided .config as base
    make localmodconfig?Update current config disabling modules not loadedLinux 2.6.32
    make localyesconfig?Update current config converting local mods to coreLinux 2.6.32
    make silentoldconfig?Same as oldconfig, but quietly, additionally update depsLinux 2.6.19?
    make defconfigNew config with default from ARCH supplied defconfig
    make savedefconfig?Save current config as .defconfig? (minimal config)Linux 2.6.36
    make allnoconfig?New config where all options are answered with no
    make allyesconfig?New config where all options are accepted with yes
    make allmodconfig?New config selecting modules when possible
    make alldefconfig?New config with all symbols set to defaultLinux 2.6.36
    make randconfig?New config with random answer to all optionsLinux 2.6.12?
    make listnewconfig?List new optionsLinux 2.6.36
    make oldnoconfigSame as silentoldconfig but set new symbols to n (unset)Linux 2.6.36Linux 2.6.39
    make olddefconfigSame as silentoldconfig but sets new symbols to their default valueLinux 3.0
    make kvmconfig?Enable additional options for guest kernel supportLinux 3.18
    make xenconfig?Enable additional options for xen dom0 and guest kernel supportLinux 4.2
    make tinyconfig?Configure the tiniest possible kernelLinux 3.18
    make ${PLATFORM}_defconfig?Default value from arch/$ARCH/configs/${PLATFORM}_defconfig

メモ

設定

  • y - はカーネルに静的に組み込まれる
  • m - はカーネルモジュールとして組み込まれる(使用時のみ動作)
  • n - は設定を無効化します。
  • ? - でヘルプを参照します。

その他のソフト

関連