代码拉取完成,页面将自动刷新
##
## public_linux/AmbaConfig
##
## History:
## 2008/05/04 - [Anthony Ginger] Create
##
## Copyright (c) 2016 Ambarella, Inc.
##
## This file and its contents ("Software") are protected by intellectual
## property rights including, without limitation, U.S. and/or foreign
## copyrights. This Software is also the confidential and proprietary
## information of Ambarella, Inc. and its licensors. You may not use, reproduce,
## disclose, distribute, modify, or otherwise prepare derivative works of this
## Software or any portion thereof except pursuant to a signed license agreement
## or nondisclosure agreement with Ambarella, Inc. or its authorized affiliates.
## In the absence of such an agreement, you agree to promptly notify and return
## this Software to Ambarella, Inc.
##
## THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
## INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT,
## MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL AMBARELLA, INC. OR ITS AFFILIATES BE LIABLE FOR ANY DIRECT,
## INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
## (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
## LOSS OF USE, DATA, OR PROFITS; COMPUTER FAILURE OR MALFUNCTION; OR BUSINESS
## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
## POSSIBILITY OF SUCH DAMAGE.
##
menuconfig BUILD_AMBARELLA_LINUX_KERNEL
bool "Ambarella Linux Configuration"
default n
help
Build Ambarella Linux Kernel.
if BUILD_AMBARELLA_LINUX_KERNEL
config CONFIG_LINUX_KERNEL_VERSION
string "Linux Kernel Version"
default "3.10"
config CONFIG_KERNEL_DEFCONFIG_STRING
string "Linux Default Configuration"
default ""
config CONFIG_KERNEL_DUAL_CPU
depends on CONFIG_ARCH_I1 || CONFIG_ARCH_S2
bool "Build Linux for both Cortex and ARM11"
default n
config CONFIG_KERNEL_2NDCONFIG_STRING
depends on CONFIG_KERNEL_DUAL_CPU
string "Linux Second Configuration"
default ""
config CONFIG_KERNEL_MODULES_INSTALL_DIR
string "Install kernel Modules"
default "$(FAKEROOT_DIR)"
help
Install kernel Modules to the defined DIR.
##
## kernel/AmbaConfig
##
## Following content are generated automatically by
## create_mkcfg: DO NOT EDIT!!
##
##### external
menuconfig BUILD_AMBARELLA_EXTERNAL_MODULES
bool "Ambarella External Linux Configuration"
default n
depends on BUILD_AMBARELLA_LINUX_KERNEL
help
Build Ambarella External Linux modules.
if BUILD_AMBARELLA_EXTERNAL_MODULES
config BUILD_WIFI_BLUETOOTH_MODULES
bool "External WiFi-Bluetooth Configuration"
default n
depends on BUILD_AMBARELLA_LINUX_KERNEL
help
if BUILD_WIFI_BLUETOOTH_MODULES
source kernel/external/atheros/AmbaConfig
source kernel/external/broadcom/AmbaConfig
source kernel/external/cypress/AmbaConfig
source kernel/external/marvell/AmbaConfig
source kernel/external/realtek/AmbaConfig
source kernel/external/compat/AmbaConfig
endif
menuconfig BUILD_MULTIVINFPGA_MODULES
bool "MULTIVIN FPGA Driver Configuration"
default n
depends on BUILD_AMBARELLA_LINUX_KERNEL
depends on CONFIG_ARCH_S2
help
if BUILD_MULTIVINFPGA_MODULES
source kernel/external/multivinfpga/AmbaConfig
endif
config BUILD_EXTERNAL_CRYPTO_MODULES
bool "External Cryptographic Chip Configuration"
default n
depends on BUILD_AMBARELLA_LINUX_KERNEL
help
if BUILD_EXTERNAL_CRYPTO_MODULES
source kernel/external/atmel/AmbaConfig
endif
endif
##### private
menuconfig BUILD_AMBARELLA_PRIVATE_MODULES
bool "Ambarella Private Drivers Configuration"
default n
depends on BUILD_AMBARELLA_LINUX_KERNEL
help
Build Ambarella private Linux modules.
if BUILD_AMBARELLA_PRIVATE_MODULES
source kernel/private/drivers/AmbaConfig
source kernel/private/lib/AmbaConfig
source kernel/private/platform/AmbaConfig
config BUILD_DRIVERS_FROM_BINARY
bool "Build Ambarella private moduels from binary"
default n
depends on BUILD_AMBARELLA_PRIVATE_MODULES
help
Build Ambarella private moduels from .o_shipped
endif
## The end of AmbaConfig file
endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。