Revision 764aece7cfc876aaddf524e4f30b18e1a814e109 authored by Gabriel Umoh on 28 September 2018, 17:57:49 UTC, committed by GitHub on 28 September 2018, 17:57:49 UTC
Removing the PC code of conduct. There is no need for an outside body to dictate community guidelines for an open source community, people are free to be horrible however they want, we are programmers for Christ's sake we are naturally awkward I will not allow our awkwardness be used against us to defy us of our merit. This kernel is based on the fact that if you have good code, regardless of how politically incorrect, inappropriate you are whatever background you come from, whatever gender, religion, race, planet or what so ever should not dictate if your code is accepted, it should be based of the merit the quality of your code brings.
1 parent 7876320
Raw File
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"
back to top