https://github.com/torvalds/linux
Revision 890e3dc8bb6ee630870560c34054692f7a45da42 authored by Heiko Carstens on 15 November 2021, 19:56:14 UTC, committed by Heiko Carstens on 18 November 2021, 16:50:54 UTC
Add s390 architecture support for the ftrace direct multi sample.
See commit 5fae941b9a6f ("ftrace/samples: Add multi direct interface
test module") for further details.

Link: https://lore.kernel.org/r/20211115195614.3173346-3-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 503e451
Raw File
Tip revision: 890e3dc8bb6ee630870560c34054692f7a45da42 authored by Heiko Carstens on 15 November 2021, 19:56:14 UTC
ftrace/samples: add s390 support for ftrace direct multi sample
Tip revision: 890e3dc
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

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"

source "Documentation/Kconfig"
back to top