Skip to content
Snippets Groups Projects
Select Git revision
  • a61ffc11d56ada4c466ff02b18e9c757c46399a7
  • pred_err_handling default protected
  • pred_err_handling_more_prints
  • pbm_no_preemption_fix_test_input
  • pbm_no_preemption_fix_test
  • libpbm_kernel_fix
  • libpbm_kernel
  • bugfix/setup
  • libpbm_kernel_fix_bak
  • pbm_no_preemption
  • pbm
  • testing
  • sose22results
  • sose22
  • master protected
  • err_detect
  • kelvin
17 results

Kconfig

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Kconfig 252 B
    #
    # For a description of the syntax of this configuration file,
    # see Documentation/kbuild/kconfig-language.txt.
    #
    mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
    
    config SRCARCH
    	string
    	option env="SRCARCH"
    
    source "arch/$SRCARCH/Kconfig"