Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/config.in b/config.in index 61107e7..e979966 100644 --- a/ config.in+++ b/ config.in |
|
@@ -30,16 +30,20 @@ choice |
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 | |
| |
39 | config TARGET_64BIT |
| |
40 | boolean "64 BIT" |
| |
41 | |
38 | endchoice |
42 | endchoice |
39 | |
43 | |
40 | config OE_BUILD_DIR |
44 | config OE_BUILD_DIR |
41 | depends TARGET_OE |
45 | depends TARGET_OE |
42 | string "OE build directory" |
46 | string "OE build directory" |
43 | default ">>>set OpenEmbedded build directory here<<<" |
47 | default ">>>set OpenEmbedded build directory here<<<" |
44 | |
48 | |
45 | config OE_HOST_SYS |
49 | config OE_HOST_SYS |
|