1 Star 0 Fork 1

bhuwz/kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AmbaConfig 4.11 KB
一键复制 编辑 原始数据 按行查看 历史
wz 提交于 2019-02-14 22:49 . upload source code
##
## 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bhuwz/kernel.git
git@gitee.com:bhuwz/kernel.git
bhuwz
kernel
kernel
master

搜索帮助