Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/config.in b/config.in index d9659be..323ca51 100644 --- a/ config.in+++ b/ config.in |
|
@@ -29,32 +29,37 @@ choice |
29 | |
29 | |
30 | config TARGET_RAMSES |
30 | config TARGET_RAMSES |
31 | boolean "Ramses" |
31 | boolean "Ramses" |
32 | |
32 | |
33 | config TARGET_SIMPAD |
33 | config TARGET_SIMPAD |
34 | boolean "SIMpad" |
34 | boolean "SIMpad" |
35 | |
35 | |
36 | config TARGET_YOPY |
36 | config TARGET_YOPY |
37 | boolean "Yopy 3500/3700" |
37 | boolean "Yopy 3500/3700" |
38 | endchoice |
38 | endchoice |
39 | |
39 | |
40 | config OE_BUILD_DIR |
40 | config OE_BUILD_DIR |
41 | depends TARGET_OE |
41 | depends TARGET_OE |
42 | string "OE build directory" |
42 | string "OE build directory" |
43 | default ">>>set OpenEmbedded build directory here<<<" |
43 | default ">>>set OpenEmbedded build directory here<<<" |
44 | |
44 | |
| |
45 | config OE_HOST_SYS |
| |
46 | depends TARGET_OE |
| |
47 | string "OE host system" |
| |
48 | default "i686-linux" |
| |
49 | |
45 | config OPTIMIZE |
50 | config OPTIMIZE |
46 | boolean "Use optimizations" |
51 | boolean "Use optimizations" |
47 | default "y" if ! TARGET_X86 |
52 | default "y" if ! TARGET_X86 |
48 | |
53 | |
49 | config THREADED |
54 | config THREADED |
50 | boolean "Enable threaded build" |
55 | boolean "Enable threaded build" |
51 | default "n" |
56 | default "n" |
52 | |
57 | |
53 | config STATIC |
58 | config STATIC |
54 | boolean "Build static libraries" |
59 | boolean "Build static libraries" |
55 | default "n" |
60 | default "n" |
56 | |
61 | |
57 | config DEBUG |
62 | config DEBUG |
58 | boolean "Enable debug builds" |
63 | boolean "Enable debug builds" |
59 | default n |
64 | default n |
60 | |
65 | |
|