17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
menu "brcm963xx configuration"
|
|
depends on TARGET_brcm963xx
|
|
|
|
config BRCM963xx_SDK_VER_502L07
|
|
def_bool y
|
|
|
|
config BRCM_SDK_VERSION
|
|
string
|
|
default "502L07"
|
|
|
|
comment "!!! CAUTION !!!"
|
|
comment "Broadcom SDK are prebuild files(binary/object)"
|
|
comment "These files built by default configuration!"
|
|
comment "You should not change any options!!"
|
|
source "target/linux/brcm963xx/kconfigs/Config-502L07.in"
|
|
endmenu
|