https://github.com/torvalds/linux
Revision 7a6878bb4e7ac410b8748e115df8265cf32b1be3 authored by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC, committed by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC
Christoph writes:
  "dma mapping fix for 4.19-rc6

   fix a missing Kconfig symbol for commits introduced in 4.19-rc"

* tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping:
  dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
2 parent s e704966 + 974c24c
Raw File
Tip revision: 7a6878bb4e7ac410b8748e115df8265cf32b1be3 authored by Greg Kroah-Hartman on 29 September 2018, 09:52:24 UTC
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
Tip revision: 7a6878b
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