forked from lubing521/ambarella
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAmbaConfig
42 lines (34 loc) · 931 Bytes
/
AmbaConfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
##
## prebuild/AmbaConfig
##
## History:
## 2012/01/16 - [Anthony Ginger] Create
##
## Copyright (C) 2012-2016, Ambarella, Inc.
##
## All rights reserved. No Part of this file may be reproduced, stored
## in a retrieval system, or transmitted, in any form, or by any means,
## electronic, mechanical, photocopying, recording, or otherwise,
## without the prior consent of Ambarella, Inc.
##
menuconfig CONFIG_AMBARELLA_PREBUILD
bool "Ambarella Prebuild"
default n
help
Build Ambarella Prebuild Binary files.
if CONFIG_AMBARELLA_PREBUILD
##
## prebuild/AmbaConfig
##
## Following content are generated automatically by
## create_mkcfg: DO NOT EDIT!!
##
##### imgproc
config CONFIG_AMBARELLA_IMAGE_DATA
depends on CONFIG_ARCH_A5S || CONFIG_ARCH_S2 || CONFIG_ARCH_S2L
bool "Configure to include Ambarella Image Data"
default n
help
Configure to include Ambarella Image Data.
## The end of AmbaConfig file
endif