Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / theora-fpga / doc / leon3_integration / config.in
blob309a759598f4f05ef6927701deca0edd9d6a7940
1 mainmenu_name 'SnapGear Embedded Linux Configuration'
2 mainmenu_option next_comment
3 comment 'Vendor/Product Selection'
4 comment 'Select the Vendor you wish to target'
5 choice 'Vendor' "gaisler CONFIG_DEFAULTS_GAISLER \
6 SnapGear CONFIG_DEFAULTS_SNAPGEAR \
7 " SnapGear
8 comment 'Select the Product you wish to target'
9 if [ "$CONFIG_DEFAULTS_GAISLER" = "y" ]; then
10 choice 'gaisler Products' "leon2 CONFIG_DEFAULTS_GAISLER_LEON2 \
11 leon2mmu CONFIG_DEFAULTS_GAISLER_LEON2MMU \
12 leon3 CONFIG_DEFAULTS_GAISLER_LEON3 \
13 leon3mmu CONFIG_DEFAULTS_GAISLER_LEON3MMU \
14 " leon2
16 if [ "$CONFIG_DEFAULTS_SNAPGEAR" = "y" ]; then
17 choice 'SnapGear Products' "LITE300 CONFIG_DEFAULTS_SNAPGEAR_LITE300 \
18 LITE CONFIG_DEFAULTS_SNAPGEAR_LITE \
19 PRO CONFIG_DEFAULTS_SNAPGEAR_PRO \
20 SE2910-Intel CONFIG_DEFAULTS_SNAPGEAR_SE2910_INTEL \
21 SE3400 CONFIG_DEFAULTS_SNAPGEAR_SE3400 \
22 SE4000 CONFIG_DEFAULTS_SNAPGEAR_SE4000 \
23 SME530 CONFIG_DEFAULTS_SNAPGEAR_SME530 \
24 SME550 CONFIG_DEFAULTS_SNAPGEAR_SME550 \
25 SME570 CONFIG_DEFAULTS_SNAPGEAR_SME570 \
26 SOHO+ CONFIG_DEFAULTS_SNAPGEAR_SOHO_ \
27 " LITE300
29 comment 'Select the options for a selected Product'
31 mainmenu_name 'Gaisler/Leon2/3/mmu options'
32 mainmenu_option next_comment
33 comment 'Gaisler/Leon2/3/mmu options'
35 source vendors/gaisler/common/config.in
37 endmenu
38 #mainmenu_name 'Gaisler/Leon2mmu options'
39 #mainmenu_option next_comment
40 #comment 'Gaisler/Leon2mmu options'
42 #source vendors/gaisler/common/config.in
44 #endmenu
47 #mainmenu_name 'Gaisler/Leon2/mmu options'
48 #mainmenu_option next_comment
49 #comment 'Gaisler/Leon2/mmu options'
51 #source vendors/gaisler/common/config.in
53 #endmenu
54 #mainmenu_name 'Gaisler/Leon3mmu options'
55 #mainmenu_option next_comment
56 #comment 'Gaisler/Leon3mmu options'
58 #source vendors/gaisler/common/config.in
60 #endmenu
62 endmenu
63 mainmenu_option next_comment
64 comment 'Kernel/Library/Defaults Selection'
65 choice 'Kernel Version' "linux-2.0.x CONFIG_DEFAULTS_KERNEL_2_0 \
66 linux-2.6.21.1 CONFIG_DEFAULTS_KERNEL_2_6_21_1 \
67 " linux-2.6.21.1
68 choice 'Libc Version' "glibc-from-compiler CONFIG_DEFAULTS_LIBC_GLIBC_FROM_COMPILER \
69 microLibc CONFIG_DEFAULTS_LIBC_MICROLIBC \
70 uClibc CONFIG_DEFAULTS_LIBC_UCLIBC \
71 none CONFIG_DEFAULTS_LIBC_NONE \
72 " none
73 bool 'Default all settings (lose changes)'      CONFIG_DEFAULTS_OVERRIDE
74 bool 'Customize Kernel Settings'                        CONFIG_DEFAULTS_KERNEL
75 bool 'Customize Vendor/User Settings'           CONFIG_DEFAULTS_VENDOR
76 bool 'Update Default Vendor Settings'           CONFIG_DEFAULTS_VENDOR_UPDATE
77 endmenu
81 mainmenu_option next_comment
82 comment 'Template Configurations'
83 if [ "$CONFIG_DEFAULTS_GAISLER_LEON3MMU" = "y" ]; then
84 choice 'Templates for leon3mmu' " \
85 none CONFIG_TEMPLATE_LEON3MMU_NONE \
86 nfs_root CONFIG_TEMPLATE_LEON3MMU_NFS_ROOT \
87 vga_ps2 CONFIG_TEMPLATE_LEON3MMU_VGA_PS2 \
88 " none
90 bool 'Update configurations with above selection'                       CONFIG_TEMPLATES_UPDATE
91 endmenu