https://github.com/raspberrypi/linux
Raw File
Tip revision: d58c595b013f8cfe4f19b6f61344067da72bc360 authored by Dave Stevenson on 23 October 2018, 14:33:30 UTC
ASoC: googlevoicehat-codec: Only convert from ms to jiffies once
Tip revision: d58c595
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 "arch/$(SRCARCH)/Kconfig"
back to top