asuswrt-merlin.ng/release/src-rt-5.02axhnd/kernel/linux-4.1/Kconfig
2020-08-28 22:07:59 -04:00

24 lines
413 B
Text

#
# 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"
#IGNORE_BCM_KF_EXCEPTION
menu "Broadcom Specific Configurations"
source "Kconfig.bcm_kf"
source "Kconfig.bcm"
endmenu
config BCM_IN_KERNEL
bool
default y