mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-18 23:41:30 +02:00
24 lines
413 B
Text
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
|