OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / Kconfig
1 mainmenu "Embedded Linux Configuration"
2
3 config DISTVERSION
4         string
5         default 4.0
6
7 menu "Vendor/Product Selection"
8
9 comment "Select the Vendor you wish to target"
10
11 choice
12         prompt "Vendor"
13         default DEFAULTS_ACCELERATEDCONCEPTS
14
15 config DEFAULTS_3COM
16   bool "3com"
17
18 config DEFAULTS_ADI
19   bool "ADI"
20
21 config DEFAULTS_ACCELERATEDCONCEPTS
22   bool "AcceleratedConcepts"
23
24 config DEFAULTS_ACTIONTEC
25   bool "Actiontec"
26
27 config DEFAULTS_AKIZUKI
28   bool "Akizuki"
29
30 config DEFAULTS_ALFA
31   bool "Alfa"
32
33 config DEFAULTS_ALTERA
34   bool "Altera"
35
36 config DEFAULTS_AMIGA
37   bool "Amiga"
38
39 config DEFAULTS_APPLE
40   bool "Apple"
41
42 config DEFAULTS_ARCTURUS
43   bool "Arcturus"
44
45 config DEFAULTS_ARNEWSH
46   bool "Arnewsh"
47
48 config DEFAULTS_ATARI
49   bool "Atari"
50
51 config DEFAULTS_ATHEROS
52   bool "Atheros"
53
54 config DEFAULTS_ATMARKTECHNO
55   bool "AtmarkTechno"
56
57 config DEFAULTS_ATMEL
58   bool "Atmel"
59
60 config DEFAULTS_AVNET
61   bool "Avnet"
62
63 config DEFAULTS_CIRRUS
64   bool "Cirrus"
65
66 config DEFAULTS_COGENT
67   bool "Cogent"
68
69 config DEFAULTS_CONEXANT
70   bool "Conexant"
71
72 config DEFAULTS_CWLINUX
73   bool "Cwlinux"
74
75 config DEFAULTS_CYBERGUARD
76   bool "CyberGuard"
77
78 config DEFAULTS_CYTEK
79   bool "Cytek"
80
81 config DEFAULTS_EMAC
82   bool "EMAC"
83
84 config DEFAULTS_ESPD
85   bool "ESPD"
86
87 config DEFAULTS_ETSEC
88   bool "ETSec"
89
90 config DEFAULTS_EXYS
91   bool "Exys"
92
93 config DEFAULTS_FEITH
94   bool "Feith"
95
96 config DEFAULTS_FIREBEE
97   bool "FireBee"
98
99 config DEFAULTS_FREESCALE
100   bool "Freescale"
101
102 config DEFAULTS_FUTURE
103   bool "Future"
104
105 config DEFAULTS_GDB
106   bool "GDB"
107
108 config DEFAULTS_GLOBALSCALE
109   bool "Globalscale"
110
111 config DEFAULTS_HITACHI
112   bool "Hitachi"
113
114 config DEFAULTS_IMT
115   bool "Imt"
116
117 config DEFAULTS_INSIGHT
118   bool "Insight"
119
120 config DEFAULTS_INTEC
121   bool "Intec"
122
123 config DEFAULTS_INTEL
124   bool "Intel"
125
126 config DEFAULTS_MCAFEE
127   bool "McAfee"
128
129 config DEFAULTS_MECEL
130   bool "Mecel"
131
132 config DEFAULTS_MICREL
133   bool "Micrel"
134
135 config DEFAULTS_MIDAS
136   bool "Midas"
137
138 config DEFAULTS_NEC
139   bool "NEC"
140
141 config DEFAULTS_NXP
142   bool "NXP"
143
144 config DEFAULTS_NETSILICON
145   bool "NetSilicon"
146
147 config DEFAULTS_NETBURNER
148   bool "Netburner"
149
150 config DEFAULTS_OPENGEAR
151   bool "OpenGear"
152
153 config DEFAULTS_PHILIPS
154   bool "Philips"
155
156 config DEFAULTS_SNEHA
157   bool "SNEHA"
158
159 config DEFAULTS_SSV
160   bool "SSV"
161
162 config DEFAULTS_SWARM
163   bool "SWARM"
164
165 config DEFAULTS_SAMSUNG
166   bool "Samsung"
167
168 config DEFAULTS_SECURECOMPUTING
169   bool "SecureComputing"
170
171 config DEFAULTS_SECUREEDGE
172   bool "SecureEdge"
173
174 config DEFAULTS_SERRA
175   bool "Serra"
176
177 config DEFAULTS_SIGNAL
178   bool "Signal"
179
180 config DEFAULTS_SIMTEC
181   bool "Simtec"
182
183 config DEFAULTS_SNAPGEAR
184   bool "SnapGear"
185
186 config DEFAULTS_SOEKRIS
187   bool "Soekris"
188
189 config DEFAULTS_SONY
190   bool "Sony"
191
192 config DEFAULTS_STRAWBERRYLINUX
193   bool "StrawberryLinux"
194
195 config DEFAULTS_TI
196   bool "TI"
197
198 config DEFAULTS_TELEIP
199   bool "TeleIP"
200
201 config DEFAULTS_TRISCEND
202   bool "Triscend"
203
204 config DEFAULTS_VIA
205   bool "Via"
206
207 config DEFAULTS_WEISS
208   bool "Weiss"
209
210 config DEFAULTS_XILINX
211   bool "Xilinx"
212
213 config DEFAULTS_SENTEC
214   bool "senTec"
215
216 endchoice
217
218 config VENDOR
219         string
220
221 ##############################################################
222
223 comment "Select the Product you wish to target"
224
225 ##############################################################
226
227 choice
228         prompt "3com Products"
229         depends on DEFAULTS_3COM
230         default DEFAULTS_3COM_PALMIIIX
231
232 config DEFAULTS_3COM_PALMIIIX
233         bool "PalmIIIx"
234
235 config DEFAULTS_3COM_XCOPILOT
236         bool "Xcopilot"
237
238 endchoice
239
240 ##############################################################
241
242 choice
243         prompt "ADI Products"
244         depends on DEFAULTS_ADI
245         default DEFAULTS_ADI_COYOTE
246
247 config DEFAULTS_ADI_COYOTE
248         bool "Coyote"
249
250 endchoice
251
252 ##############################################################
253
254 choice
255         prompt "AcceleratedConcepts Products"
256         depends on DEFAULTS_ACCELERATEDCONCEPTS
257         default DEFAULTS_ACCELERATEDCONCEPTS_5300_DC
258
259 config DEFAULTS_ACCELERATEDCONCEPTS_5300_DC
260         bool "5300-DC"
261
262 config DEFAULTS_ACCELERATEDCONCEPTS_5300_RM
263         bool "5300-RM"
264
265 config DEFAULTS_ACCELERATEDCONCEPTS_6200_FX
266         bool "6200-FX"
267
268 config DEFAULTS_ACCELERATEDCONCEPTS_6300_DX
269         bool "6300-DX"
270
271 config DEFAULTS_ACCELERATEDCONCEPTS_8200
272         bool "8200"
273
274 config DEFAULTS_ACCELERATEDCONCEPTS_8200_KBOOT
275         bool "8200-kboot"
276
277 config DEFAULTS_ACCELERATEDCONCEPTS_8300
278         bool "8300"
279
280 config DEFAULTS_ACCELERATEDCONCEPTS_FACTORY8200
281         bool "Factory8200"
282
283 config DEFAULTS_ACCELERATEDCONCEPTS_NETREACH
284         bool "NetReach"
285
286 config DEFAULTS_ACCELERATEDCONCEPTS_X86
287         bool "X86"
288
289 endchoice
290
291 ##############################################################
292
293 choice
294         prompt "Actiontec Products"
295         depends on DEFAULTS_ACTIONTEC
296         default DEFAULTS_ACTIONTEC_DPCM
297
298 config DEFAULTS_ACTIONTEC_DPCM
299         bool "DPCM"
300
301 endchoice
302
303 ##############################################################
304
305 choice
306         prompt "Akizuki Products"
307         depends on DEFAULTS_AKIZUKI
308         default DEFAULTS_AKIZUKI_AE3068
309
310 config DEFAULTS_AKIZUKI_AE3068
311         bool "AE3068"
312
313 endchoice
314
315 ##############################################################
316
317 choice
318         prompt "Alfa Products"
319         depends on DEFAULTS_ALFA
320         default DEFAULTS_ALFA_HORNET_UB
321
322 config DEFAULTS_ALFA_HORNET_UB
323         bool "Hornet-UB"
324
325 endchoice
326
327 ##############################################################
328
329 choice
330         prompt "Altera Products"
331         depends on DEFAULTS_ALTERA
332         default DEFAULTS_ALTERA_NIOS2NOMMU
333
334 config DEFAULTS_ALTERA_NIOS2NOMMU
335         bool "nios2nommu"
336
337 endchoice
338
339 ##############################################################
340
341 choice
342         prompt "Amiga Products"
343         depends on DEFAULTS_AMIGA
344         default DEFAULTS_AMIGA_AMIGA
345
346 config DEFAULTS_AMIGA_AMIGA
347         bool "Amiga"
348
349 endchoice
350
351 ##############################################################
352
353 choice
354         prompt "Apple Products"
355         depends on DEFAULTS_APPLE
356         default DEFAULTS_APPLE_IPOD
357
358 config DEFAULTS_APPLE_IPOD
359         bool "iPod"
360
361 endchoice
362
363 ##############################################################
364
365 choice
366         prompt "Arcturus Products"
367         depends on DEFAULTS_ARCTURUS
368         default DEFAULTS_ARCTURUS_UC5272
369
370 config DEFAULTS_ARCTURUS_UC5272
371         bool "uC5272"
372
373 config DEFAULTS_ARCTURUS_UC5272_4EE32U66
374         bool "uC5272-4EE32U66"
375
376 config DEFAULTS_ARCTURUS_UC5272_8EE32U66
377         bool "uC5272-8EE32U66"
378
379 config DEFAULTS_ARCTURUS_UC5272_XEE16U48
380         bool "uC5272-xEE16U48"
381
382 config DEFAULTS_ARCTURUS_UC5272_XEE16U66
383         bool "uC5272-xEE16U66"
384
385 config DEFAULTS_ARCTURUS_UC5272_XEE8U48
386         bool "uC5272-xEE8U48"
387
388 config DEFAULTS_ARCTURUS_UC5272_XEE8U66
389         bool "uC5272-xEE8U66"
390
391 config DEFAULTS_ARCTURUS_UC5275_16E32U150
392         bool "uC5275-16E32U150"
393
394 config DEFAULTS_ARCTURUS_UC5282_XE16C64
395         bool "uC5282-xE16C64"
396
397 config DEFAULTS_ARCTURUS_UC5282_XE16C80
398         bool "uC5282-xE16C80"
399
400 config DEFAULTS_ARCTURUS_UC532X
401         bool "uC532x"
402
403 config DEFAULTS_ARCTURUS_UC68VZ328_4E8L33
404         bool "uC68VZ328-4E8L33"
405
406 config DEFAULTS_ARCTURUS_UC68VZ328_8E8L33
407         bool "uC68VZ328-8E8L33"
408
409 config DEFAULTS_ARCTURUS_UCTI5471_XE8D50
410         bool "uCTI5471-xE8D50"
411
412 config DEFAULTS_ARCTURUS_UCDIMM
413         bool "uCdimm"
414
415 config DEFAULTS_ARCTURUS_UCDIMM_MTD
416         bool "uCdimm+mtd"
417
418 config DEFAULTS_ARCTURUS_UCQUICC
419         bool "uCquicc"
420
421 config DEFAULTS_ARCTURUS_UCSIMM
422         bool "uCsimm"
423
424 endchoice
425
426 ##############################################################
427
428 choice
429         prompt "Arnewsh Products"
430         depends on DEFAULTS_ARNEWSH
431         default DEFAULTS_ARNEWSH_M5206
432
433 config DEFAULTS_ARNEWSH_M5206
434         bool "M5206"
435
436 config DEFAULTS_ARNEWSH_M5307
437         bool "M5307"
438
439 endchoice
440
441 ##############################################################
442
443 choice
444         prompt "Atari Products"
445         depends on DEFAULTS_ATARI
446         default DEFAULTS_ATARI_ATARI
447
448 config DEFAULTS_ATARI_ATARI
449         bool "Atari"
450
451 endchoice
452
453 ##############################################################
454
455 choice
456         prompt "Atheros Products"
457         depends on DEFAULTS_ATHEROS
458         default DEFAULTS_ATHEROS_PB42
459
460 config DEFAULTS_ATHEROS_PB42
461         bool "PB42"
462
463 endchoice
464
465 ##############################################################
466
467 choice
468         prompt "AtmarkTechno Products"
469         depends on DEFAULTS_ATMARKTECHNO
470         default DEFAULTS_ATMARKTECHNO_SUZAKU
471
472 config DEFAULTS_ATMARKTECHNO_SUZAKU
473         bool "SUZAKU"
474
475 config DEFAULTS_ATMARKTECHNO_SUZAKU_UQ_XUP
476         bool "SUZAKU-UQ-XUP"
477
478 endchoice
479
480 ##############################################################
481
482 choice
483         prompt "Atmel Products"
484         depends on DEFAULTS_ATMEL
485         default DEFAULTS_ATMEL_AT91
486
487 config DEFAULTS_ATMEL_AT91
488         bool "AT91"
489
490 endchoice
491
492 ##############################################################
493
494 choice
495         prompt "Avnet Products"
496         depends on DEFAULTS_AVNET
497         default DEFAULTS_AVNET_AVNET5282
498
499 config DEFAULTS_AVNET_AVNET5282
500         bool "AVNET5282"
501
502 endchoice
503
504 ##############################################################
505
506 choice
507         prompt "Cirrus Products"
508         depends on DEFAULTS_CIRRUS
509         default DEFAULTS_CIRRUS_EDB9312
510
511 config DEFAULTS_CIRRUS_EDB9312
512         bool "EDB9312"
513
514 endchoice
515
516 ##############################################################
517
518 choice
519         prompt "Cogent Products"
520         depends on DEFAULTS_COGENT
521         default DEFAULTS_COGENT_CSB337
522
523 config DEFAULTS_COGENT_CSB337
524         bool "CSB337"
525
526 endchoice
527
528 ##############################################################
529
530 choice
531         prompt "Conexant Products"
532         depends on DEFAULTS_CONEXANT
533         default DEFAULTS_CONEXANT_HUMBER
534
535 config DEFAULTS_CONEXANT_HUMBER
536         bool "Humber"
537
538 config DEFAULTS_CONEXANT_P52
539         bool "P52"
540
541 endchoice
542
543 ##############################################################
544
545 choice
546         prompt "Cwlinux Products"
547         depends on DEFAULTS_CWLINUX
548         default DEFAULTS_CWLINUX_CWEZ328
549
550 config DEFAULTS_CWLINUX_CWEZ328
551         bool "cwez328"
552
553 config DEFAULTS_CWLINUX_CWVZ328
554         bool "cwvz328"
555
556 endchoice
557
558 ##############################################################
559
560 choice
561         prompt "CyberGuard Products"
562         depends on DEFAULTS_CYBERGUARD
563         default DEFAULTS_CYBERGUARD_SE4200
564
565 config DEFAULTS_CYBERGUARD_SE4200
566         bool "SE4200"
567
568 config DEFAULTS_CYBERGUARD_SE4500
569         bool "SE4500"
570
571 config DEFAULTS_CYBERGUARD_SE4700
572         bool "SE4700"
573
574 config DEFAULTS_CYBERGUARD_SE5000
575         bool "SE5000"
576
577 config DEFAULTS_CYBERGUARD_SE5100
578         bool "SE5100"
579
580 config DEFAULTS_CYBERGUARD_SE7100
581         bool "SE7100"
582
583 config DEFAULTS_CYBERGUARD_SG300
584         bool "SG300"
585
586 config DEFAULTS_CYBERGUARD_SG530
587         bool "SG530"
588
589 config DEFAULTS_CYBERGUARD_SG550
590         bool "SG550"
591
592 config DEFAULTS_CYBERGUARD_SG560
593         bool "SG560"
594
595 config DEFAULTS_CYBERGUARD_SG565
596         bool "SG565"
597
598 config DEFAULTS_CYBERGUARD_SG570
599         bool "SG570"
600
601 config DEFAULTS_CYBERGUARD_SG575
602         bool "SG575"
603
604 config DEFAULTS_CYBERGUARD_SG580
605         bool "SG580"
606
607 config DEFAULTS_CYBERGUARD_SG630
608         bool "SG630"
609
610 config DEFAULTS_CYBERGUARD_SG635
611         bool "SG635"
612
613 config DEFAULTS_CYBERGUARD_SG710
614         bool "SG710"
615
616 config DEFAULTS_CYBERGUARD_SG810
617         bool "SG810"
618
619 config DEFAULTS_CYBERGUARD_SVPN
620         bool "sVPN"
621
622 endchoice
623
624 ##############################################################
625
626 choice
627         prompt "Cytek Products"
628         depends on DEFAULTS_CYTEK
629         default DEFAULTS_CYTEK_NETMP3
630
631 config DEFAULTS_CYTEK_NETMP3
632         bool "NETmp3"
633
634 endchoice
635
636 ##############################################################
637
638 choice
639         prompt "EMAC Products"
640         depends on DEFAULTS_EMAC
641         default DEFAULTS_EMAC_SOM5282EM
642
643 config DEFAULTS_EMAC_SOM5282EM
644         bool "SOM5282EM"
645
646 endchoice
647
648 ##############################################################
649
650 choice
651         prompt "ESPD Products"
652         depends on DEFAULTS_ESPD
653         default DEFAULTS_ESPD_4510B
654
655 config DEFAULTS_ESPD_4510B
656         bool "4510B"
657
658 endchoice
659
660 ##############################################################
661
662 choice
663         prompt "ETSec Products"
664         depends on DEFAULTS_ETSEC
665         default DEFAULTS_ETSEC_GATEWAY
666
667 config DEFAULTS_ETSEC_GATEWAY
668         bool "Gateway"
669
670 endchoice
671
672 ##############################################################
673
674 choice
675         prompt "Exys Products"
676         depends on DEFAULTS_EXYS
677         default DEFAULTS_EXYS_DE2
678
679 config DEFAULTS_EXYS_DE2
680         bool "de2"
681
682 endchoice
683
684 ##############################################################
685
686 choice
687         prompt "Feith Products"
688         depends on DEFAULTS_FEITH
689         default DEFAULTS_FEITH_CANCAM
690
691 config DEFAULTS_FEITH_CANCAM
692         bool "CANCam"
693
694 config DEFAULTS_FEITH_CLEOPATRA
695         bool "Cleopatra"
696
697 config DEFAULTS_FEITH_CLEOPATRA2
698         bool "Cleopatra2"
699
700 config DEFAULTS_FEITH_SCALES
701         bool "SCALES"
702
703 endchoice
704
705 ##############################################################
706
707 choice
708         prompt "FireBee Products"
709         depends on DEFAULTS_FIREBEE
710         default DEFAULTS_FIREBEE_FIREBEE1
711
712 config DEFAULTS_FIREBEE_FIREBEE1
713         bool "FireBee1"
714
715 config DEFAULTS_FIREBEE_FIREBEE1_MMU
716         bool "FireBee1-MMU"
717
718 endchoice
719
720 ##############################################################
721
722 choice
723         prompt "Freescale Products"
724         depends on DEFAULTS_FREESCALE
725         default DEFAULTS_FREESCALE_IMX50EVK
726
727 config DEFAULTS_FREESCALE_IMX50EVK
728         bool "IMX50EVK"
729
730 config DEFAULTS_FREESCALE_M5206EC3
731         bool "M5206eC3"
732
733 config DEFAULTS_FREESCALE_M5206ELITE
734         bool "M5206eLITE"
735
736 config DEFAULTS_FREESCALE_M5208EVB
737         bool "M5208EVB"
738
739 config DEFAULTS_FREESCALE_M5235EVB
740         bool "M5235EVB"
741
742 config DEFAULTS_FREESCALE_M5249C3
743         bool "M5249C3"
744
745 config DEFAULTS_FREESCALE_M5271EVB
746         bool "M5271EVB"
747
748 config DEFAULTS_FREESCALE_M5272C3
749         bool "M5272C3"
750
751 config DEFAULTS_FREESCALE_M5275EVB
752         bool "M5275EVB"
753
754 config DEFAULTS_FREESCALE_M5282EVB
755         bool "M5282EVB"
756
757 config DEFAULTS_FREESCALE_M5282LITE
758         bool "M5282LITE"
759
760 config DEFAULTS_FREESCALE_M5307C3
761         bool "M5307C3"
762
763 config DEFAULTS_FREESCALE_M5329EVB
764         bool "M5329EVB"
765
766 config DEFAULTS_FREESCALE_M5407C3
767         bool "M5407C3"
768
769 config DEFAULTS_FREESCALE_M5475EVB
770         bool "M5475EVB"
771
772 config DEFAULTS_FREESCALE_M5475EVB_MMU
773         bool "M5475EVB-MMU"
774
775 endchoice
776
777 ##############################################################
778
779 choice
780         prompt "Future Products"
781         depends on DEFAULTS_FUTURE
782         default DEFAULTS_FUTURE_FUTURENETBURNER5282BADGE
783
784 config DEFAULTS_FUTURE_FUTURENETBURNER5282BADGE
785         bool "FutureNetburner5282Badge"
786
787 endchoice
788
789 ##############################################################
790
791 choice
792         prompt "GDB Products"
793         depends on DEFAULTS_GDB
794         default DEFAULTS_GDB_ARMULATOR
795
796 config DEFAULTS_GDB_ARMULATOR
797         bool "ARMulator"
798
799 config DEFAULTS_GDB_ARMULATOR_EB
800         bool "ARMulator-EB"
801
802 config DEFAULTS_GDB_SKYEYE
803         bool "SkyEye"
804
805 endchoice
806
807 ##############################################################
808
809 choice
810         prompt "Globalscale Products"
811         depends on DEFAULTS_GLOBALSCALE
812         default DEFAULTS_GLOBALSCALE_MIRABOX
813
814 config DEFAULTS_GLOBALSCALE_MIRABOX
815         bool "MiraBox"
816
817 endchoice
818
819 ##############################################################
820
821 choice
822         prompt "Hitachi Products"
823         depends on DEFAULTS_HITACHI
824         default DEFAULTS_HITACHI_BIGSURIV
825
826 config DEFAULTS_HITACHI_BIGSURIV
827         bool "BigSurIV"
828
829 config DEFAULTS_HITACHI_EDOSK2674
830         bool "EDOSK2674"
831
832 config DEFAULTS_HITACHI_KEYWEST
833         bool "KeyWest"
834
835 endchoice
836
837 ##############################################################
838
839 choice
840         prompt "Imt Products"
841         depends on DEFAULTS_IMT
842         default DEFAULTS_IMT_MWI
843
844 config DEFAULTS_IMT_MWI
845         bool "mwi"
846
847 endchoice
848
849 ##############################################################
850
851 choice
852         prompt "Insight Products"
853         depends on DEFAULTS_INSIGHT
854         default DEFAULTS_INSIGHT_XC2V1K_MICROBLAZE
855
856 config DEFAULTS_INSIGHT_XC2V1K_MICROBLAZE
857         bool "XC2V1K_Microblaze"
858
859 config DEFAULTS_INSIGHT_XC2VP7_MICROBLAZE
860         bool "XC2VP7_Microblaze"
861
862 config DEFAULTS_INSIGHT_MBVANILLA_NET
863         bool "mbvanilla_net"
864
865 endchoice
866
867 ##############################################################
868
869 choice
870         prompt "Intec Products"
871         depends on DEFAULTS_INTEC
872         default DEFAULTS_INTEC_WILDFIRE
873
874 config DEFAULTS_INTEC_WILDFIRE
875         bool "WildFire"
876
877 config DEFAULTS_INTEC_WILDFIREMOD
878         bool "WildFireMod"
879
880 endchoice
881
882 ##############################################################
883
884 choice
885         prompt "Intel Products"
886         depends on DEFAULTS_INTEL
887         default DEFAULTS_INTEL_IXDP2800
888
889 config DEFAULTS_INTEL_IXDP2800
890         bool "IXDP2800"
891
892 config DEFAULTS_INTEL_IXDP425
893         bool "IXDP425"
894
895 config DEFAULTS_INTEL_IXDP465
896         bool "IXDP465"
897
898 config DEFAULTS_INTEL_IXDPG425
899         bool "IXDPG425"
900
901 config DEFAULTS_INTEL_MONTEJADE
902         bool "MonteJade"
903
904 config DEFAULTS_INTEL_TOLAPAI_EP80579
905         bool "Tolapai-EP80579"
906
907 endchoice
908
909 ##############################################################
910
911 choice
912         prompt "McAfee Products"
913         depends on DEFAULTS_MCAFEE
914         default DEFAULTS_MCAFEE_SG310
915
916 config DEFAULTS_MCAFEE_SG310
917         bool "SG310"
918
919 config DEFAULTS_MCAFEE_SG560
920         bool "SG560"
921
922 config DEFAULTS_MCAFEE_SG560D
923         bool "SG560D"
924
925 config DEFAULTS_MCAFEE_SG560U
926         bool "SG560U"
927
928 config DEFAULTS_MCAFEE_SG560U_RECOVER
929         bool "SG560U-Recover"
930
931 config DEFAULTS_MCAFEE_SG565
932         bool "SG565"
933
934 config DEFAULTS_MCAFEE_SG580
935         bool "SG580"
936
937 config DEFAULTS_MCAFEE_SG590
938         bool "SG590"
939
940 config DEFAULTS_MCAFEE_SG640
941         bool "SG640"
942
943 config DEFAULTS_MCAFEE_SG720
944         bool "SG720"
945
946 config DEFAULTS_MCAFEE_SG770
947         bool "SG770"
948
949 config DEFAULTS_MCAFEE_SG8100
950         bool "SG8100"
951
952 config DEFAULTS_MCAFEE_SG8200
953         bool "SG8200"
954
955 config DEFAULTS_MCAFEE_AUDIOPHILE
956         bool "audiophile"
957
958 endchoice
959
960 ##############################################################
961
962 choice
963         prompt "Mecel Products"
964         depends on DEFAULTS_MECEL
965         default DEFAULTS_MECEL_FR1000
966
967 config DEFAULTS_MECEL_FR1000
968         bool "FR1000"
969
970 endchoice
971
972 ##############################################################
973
974 choice
975         prompt "Micrel Products"
976         depends on DEFAULTS_MICREL
977         default DEFAULTS_MICREL_KS8695
978
979 config DEFAULTS_MICREL_KS8695
980         bool "KS8695"
981
982 config DEFAULTS_MICREL_KSZ9692
983         bool "KSZ9692"
984
985 endchoice
986
987 ##############################################################
988
989 choice
990         prompt "Midas Products"
991         depends on DEFAULTS_MIDAS
992         default DEFAULTS_MIDAS_RTE_NB85E_CB
993
994 config DEFAULTS_MIDAS_RTE_NB85E_CB
995         bool "RTE-NB85E-CB"
996
997 config DEFAULTS_MIDAS_RTE_V850E_MA1_CB
998         bool "RTE-V850E-MA1-CB"
999
1000 config DEFAULTS_MIDAS_RTE_V850E_ME2_CB
1001         bool "RTE-V850E-ME2-CB"
1002
1003 endchoice
1004
1005 ##############################################################
1006
1007 choice
1008         prompt "NEC Products"
1009         depends on DEFAULTS_NEC
1010         default DEFAULTS_NEC_ANNA
1011
1012 config DEFAULTS_NEC_ANNA
1013         bool "Anna"
1014
1015 config DEFAULTS_NEC_COMMON
1016         bool "common"
1017
1018 config DEFAULTS_NEC_V850E_SIM_GDB
1019         bool "v850e-sim-gdb"
1020
1021 endchoice
1022
1023 ##############################################################
1024
1025 choice
1026         prompt "NXP Products"
1027         depends on DEFAULTS_NXP
1028         default DEFAULTS_NXP_LPC28XX
1029
1030 config DEFAULTS_NXP_LPC28XX
1031         bool "LPC28xx"
1032
1033 endchoice
1034
1035 ##############################################################
1036
1037 choice
1038         prompt "NetSilicon Products"
1039         depends on DEFAULTS_NETSILICON
1040         default DEFAULTS_NETSILICON_NET_ARM
1041
1042 config DEFAULTS_NETSILICON_NET_ARM
1043         bool "NET+ARM"
1044
1045 endchoice
1046
1047 ##############################################################
1048
1049 choice
1050         prompt "Netburner Products"
1051         depends on DEFAULTS_NETBURNER
1052         default DEFAULTS_NETBURNER_CFV240
1053
1054 config DEFAULTS_NETBURNER_CFV240
1055         bool "CFV240"
1056
1057 config DEFAULTS_NETBURNER_MOD5272
1058         bool "MOD5272"
1059
1060 config DEFAULTS_NETBURNER_MOD5282
1061         bool "MOD5282"
1062
1063 endchoice
1064
1065 ##############################################################
1066
1067 choice
1068         prompt "OpenGear Products"
1069         depends on DEFAULTS_OPENGEAR
1070         default DEFAULTS_OPENGEAR_ACM500X
1071
1072 config DEFAULTS_OPENGEAR_ACM500X
1073         bool "ACM500x"
1074
1075 config DEFAULTS_OPENGEAR_CM4008
1076         bool "CM4008"
1077
1078 config DEFAULTS_OPENGEAR_CM41XX
1079         bool "CM41xx"
1080
1081 config DEFAULTS_OPENGEAR_IM4004
1082         bool "IM4004"
1083
1084 config DEFAULTS_OPENGEAR_IM42XX
1085         bool "IM42xx"
1086
1087 config DEFAULTS_OPENGEAR_SD4002
1088         bool "SD4002"
1089
1090 endchoice
1091
1092 ##############################################################
1093
1094 choice
1095         prompt "Philips Products"
1096         depends on DEFAULTS_PHILIPS
1097         default DEFAULTS_PHILIPS_LPC2200
1098
1099 config DEFAULTS_PHILIPS_LPC2200
1100         bool "LPC2200"
1101
1102 config DEFAULTS_PHILIPS_LPC2294
1103         bool "LPC2294"
1104
1105 config DEFAULTS_PHILIPS_LPC22XX
1106         bool "LPC22xx"
1107
1108 endchoice
1109
1110 ##############################################################
1111
1112 choice
1113         prompt "SNEHA Products"
1114         depends on DEFAULTS_SNEHA
1115         default DEFAULTS_SNEHA_CPU16B
1116
1117 config DEFAULTS_SNEHA_CPU16B
1118         bool "CPU16B"
1119
1120 endchoice
1121
1122 ##############################################################
1123
1124 choice
1125         prompt "SSV Products"
1126         depends on DEFAULTS_SSV
1127         default DEFAULTS_SSV_DNP5280
1128
1129 config DEFAULTS_SSV_DNP5280
1130         bool "DNP5280"
1131
1132 endchoice
1133
1134 ##############################################################
1135
1136 choice
1137         prompt "SWARM Products"
1138         depends on DEFAULTS_SWARM
1139         default DEFAULTS_SWARM_SWARM
1140
1141 config DEFAULTS_SWARM_SWARM
1142         bool "SWARM"
1143
1144 endchoice
1145
1146 ##############################################################
1147
1148 choice
1149         prompt "Samsung Products"
1150         depends on DEFAULTS_SAMSUNG
1151         default DEFAULTS_SAMSUNG_4510B
1152
1153 config DEFAULTS_SAMSUNG_4510B
1154         bool "4510B"
1155
1156 endchoice
1157
1158 ##############################################################
1159
1160 choice
1161         prompt "SecureComputing Products"
1162         depends on DEFAULTS_SECURECOMPUTING
1163         default DEFAULTS_SECURECOMPUTING_SE4200
1164
1165 config DEFAULTS_SECURECOMPUTING_SE4200
1166         bool "SE4200"
1167
1168 config DEFAULTS_SECURECOMPUTING_SE4500
1169         bool "SE4500"
1170
1171 config DEFAULTS_SECURECOMPUTING_SE4700
1172         bool "SE4700"
1173
1174 config DEFAULTS_SECURECOMPUTING_SE5000
1175         bool "SE5000"
1176
1177 config DEFAULTS_SECURECOMPUTING_SE5100
1178         bool "SE5100"
1179
1180 config DEFAULTS_SECURECOMPUTING_SE5100_FLASH
1181         bool "SE5100-Flash"
1182
1183 config DEFAULTS_SECURECOMPUTING_SE7100
1184         bool "SE7100"
1185
1186 config DEFAULTS_SECURECOMPUTING_SG300
1187         bool "SG300"
1188
1189 config DEFAULTS_SECURECOMPUTING_SG310
1190         bool "SG310"
1191
1192 config DEFAULTS_SECURECOMPUTING_SG530
1193         bool "SG530"
1194
1195 config DEFAULTS_SECURECOMPUTING_SG550
1196         bool "SG550"
1197
1198 config DEFAULTS_SECURECOMPUTING_SG560
1199         bool "SG560"
1200
1201 config DEFAULTS_SECURECOMPUTING_SG560D
1202         bool "SG560D"
1203
1204 config DEFAULTS_SECURECOMPUTING_SG560U
1205         bool "SG560U"
1206
1207 config DEFAULTS_SECURECOMPUTING_SG565
1208         bool "SG565"
1209
1210 config DEFAULTS_SECURECOMPUTING_SG570
1211         bool "SG570"
1212
1213 config DEFAULTS_SECURECOMPUTING_SG575
1214         bool "SG575"
1215
1216 config DEFAULTS_SECURECOMPUTING_SG580
1217         bool "SG580"
1218
1219 config DEFAULTS_SECURECOMPUTING_SG590
1220         bool "SG590"
1221
1222 config DEFAULTS_SECURECOMPUTING_SG630
1223         bool "SG630"
1224
1225 config DEFAULTS_SECURECOMPUTING_SG635
1226         bool "SG635"
1227
1228 config DEFAULTS_SECURECOMPUTING_SG640
1229         bool "SG640"
1230
1231 config DEFAULTS_SECURECOMPUTING_SG710
1232         bool "SG710"
1233
1234 config DEFAULTS_SECURECOMPUTING_SG720
1235         bool "SG720"
1236
1237 config DEFAULTS_SECURECOMPUTING_SG810
1238         bool "SG810"
1239
1240 config DEFAULTS_SECURECOMPUTING_SG8100
1241         bool "SG8100"
1242
1243 config DEFAULTS_SECURECOMPUTING_AUDIOPHILE
1244         bool "audiophile"
1245
1246 config DEFAULTS_SECURECOMPUTING_SVPN
1247         bool "sVPN"
1248
1249 endchoice
1250
1251 ##############################################################
1252
1253 choice
1254         prompt "SecureEdge Products"
1255         depends on DEFAULTS_SECUREEDGE
1256         default DEFAULTS_SECUREEDGE_DISKTEL
1257
1258 config DEFAULTS_SECUREEDGE_DISKTEL
1259         bool "DISKtel"
1260
1261 config DEFAULTS_SECUREEDGE_MP3
1262         bool "MP3"
1263
1264 config DEFAULTS_SECUREEDGE_NETTEL1500
1265         bool "NETtel1500"
1266
1267 config DEFAULTS_SECUREEDGE_NETTEL3540
1268         bool "NETtel3540"
1269
1270 config DEFAULTS_SECUREEDGE_SECUREEDGE1100
1271         bool "SecureEdge1100"
1272
1273 config DEFAULTS_SECUREEDGE_SECUREEDGE2540
1274         bool "SecureEdge2540"
1275
1276 config DEFAULTS_SECUREEDGE_SECUREEDGE2570
1277         bool "SecureEdge2570"
1278
1279 config DEFAULTS_SECUREEDGE_SECUREEDGE2580
1280         bool "SecureEdge2580"
1281
1282 config DEFAULTS_SECUREEDGE_SECUREEDGE2580_JFFS
1283         bool "SecureEdge2580-JFFS"
1284
1285 config DEFAULTS_SECUREEDGE_SECUREEDGEEDNA
1286         bool "SecureEdgeEdna"
1287
1288 config DEFAULTS_SECUREEDGE_SECUREEDGENAS
1289         bool "SecureEdgeNAS"
1290
1291 config DEFAULTS_SECUREEDGE_SECUREEDGEPCMCIA
1292         bool "SecureEdgePCMCIA"
1293
1294 config DEFAULTS_SECUREEDGE_SECUREEDGEVPN
1295         bool "SecureEdgeVPN"
1296
1297 config DEFAULTS_SECUREEDGE_ELIA
1298         bool "eLIA"
1299
1300 endchoice
1301
1302 ##############################################################
1303
1304 choice
1305         prompt "Serra Products"
1306         depends on DEFAULTS_SERRA
1307         default DEFAULTS_SERRA_MFC3000
1308
1309 config DEFAULTS_SERRA_MFC3000
1310         bool "MFC3000"
1311
1312 endchoice
1313
1314 ##############################################################
1315
1316 choice
1317         prompt "Signal Products"
1318         depends on DEFAULTS_SIGNAL
1319         default DEFAULTS_SIGNAL_MCP751
1320
1321 config DEFAULTS_SIGNAL_MCP751
1322         bool "MCP751"
1323
1324 endchoice
1325
1326 ##############################################################
1327
1328 choice
1329         prompt "Simtec Products"
1330         depends on DEFAULTS_SIMTEC
1331         default DEFAULTS_SIMTEC_EB675001DIP
1332
1333 config DEFAULTS_SIMTEC_EB675001DIP
1334         bool "EB675001DIP"
1335
1336 config DEFAULTS_SIMTEC_EB675001DIP_SSH
1337         bool "EB675001DIP-ssh"
1338
1339 endchoice
1340
1341 ##############################################################
1342
1343 choice
1344         prompt "SnapGear Products"
1345         depends on DEFAULTS_SNAPGEAR
1346         default DEFAULTS_SNAPGEAR_LITE
1347
1348 config DEFAULTS_SNAPGEAR_LITE
1349         bool "LITE"
1350
1351 config DEFAULTS_SNAPGEAR_LITE300
1352         bool "LITE300"
1353
1354 config DEFAULTS_SNAPGEAR_PRO
1355         bool "PRO"
1356
1357 config DEFAULTS_SNAPGEAR_SE2580
1358         bool "SE2580"
1359
1360 config DEFAULTS_SNAPGEAR_SE2580_JFFS
1361         bool "SE2580-JFFS"
1362
1363 config DEFAULTS_SNAPGEAR_SE2900
1364         bool "SE2900"
1365
1366 config DEFAULTS_SNAPGEAR_SE2910_CF
1367         bool "SE2910-CF"
1368
1369 config DEFAULTS_SNAPGEAR_SE2910_INTEL
1370         bool "SE2910-Intel"
1371
1372 config DEFAULTS_SNAPGEAR_SE3400
1373         bool "SE3400"
1374
1375 config DEFAULTS_SNAPGEAR_SE4000
1376         bool "SE4000"
1377
1378 config DEFAULTS_SNAPGEAR_SE5000
1379         bool "SE5000"
1380
1381 config DEFAULTS_SNAPGEAR_SME530
1382         bool "SME530"
1383
1384 config DEFAULTS_SNAPGEAR_SME550
1385         bool "SME550"
1386
1387 config DEFAULTS_SNAPGEAR_SME570
1388         bool "SME570"
1389
1390 config DEFAULTS_SNAPGEAR_SME575
1391         bool "SME575"
1392
1393 config DEFAULTS_SNAPGEAR_SOHO_
1394         bool "SOHO+"
1395
1396 endchoice
1397
1398 ##############################################################
1399
1400 choice
1401         prompt "Soekris Products"
1402         depends on DEFAULTS_SOEKRIS
1403         default DEFAULTS_SOEKRIS_NET4801
1404
1405 config DEFAULTS_SOEKRIS_NET4801
1406         bool "net4801"
1407
1408 endchoice
1409
1410 ##############################################################
1411
1412 choice
1413         prompt "Sony Products"
1414         depends on DEFAULTS_SONY
1415         default DEFAULTS_SONY_CLIE
1416
1417 config DEFAULTS_SONY_CLIE
1418         bool "Clie"
1419
1420 endchoice
1421
1422 ##############################################################
1423
1424 choice
1425         prompt "StrawberryLinux Products"
1426         depends on DEFAULTS_STRAWBERRYLINUX
1427         default DEFAULTS_STRAWBERRYLINUX_H8MAX
1428
1429 config DEFAULTS_STRAWBERRYLINUX_H8MAX
1430         bool "H8MAX"
1431
1432 endchoice
1433
1434 ##############################################################
1435
1436 choice
1437         prompt "TI Products"
1438         depends on DEFAULTS_TI
1439         default DEFAULTS_TI_DM270
1440
1441 config DEFAULTS_TI_DM270
1442         bool "dm270"
1443
1444 config DEFAULTS_TI_VC547X
1445         bool "vc547x"
1446
1447 endchoice
1448
1449 ##############################################################
1450
1451 choice
1452         prompt "TeleIP Products"
1453         depends on DEFAULTS_TELEIP
1454         default DEFAULTS_TELEIP_RSC
1455
1456 config DEFAULTS_TELEIP_RSC
1457         bool "rsc"
1458
1459 endchoice
1460
1461 ##############################################################
1462
1463 choice
1464         prompt "Triscend Products"
1465         depends on DEFAULTS_TRISCEND
1466         default DEFAULTS_TRISCEND_A7DB
1467
1468 config DEFAULTS_TRISCEND_A7DB
1469         bool "A7DB"
1470
1471 config DEFAULTS_TRISCEND_DEVA7
1472         bool "DevA7"
1473
1474 endchoice
1475
1476 ##############################################################
1477
1478 choice
1479         prompt "Via Products"
1480         depends on DEFAULTS_VIA
1481         default DEFAULTS_VIA_EPIA
1482
1483 config DEFAULTS_VIA_EPIA
1484         bool "EPIA"
1485
1486 endchoice
1487
1488 ##############################################################
1489
1490 choice
1491         prompt "Weiss Products"
1492         depends on DEFAULTS_WEISS
1493         default DEFAULTS_WEISS_SM2010
1494
1495 config DEFAULTS_WEISS_SM2010
1496         bool "SM2010"
1497
1498 endchoice
1499
1500 ##############################################################
1501
1502 choice
1503         prompt "Xilinx Products"
1504         depends on DEFAULTS_XILINX
1505         default DEFAULTS_XILINX_COMMON
1506
1507 config DEFAULTS_XILINX_COMMON
1508         bool "common"
1509
1510 config DEFAULTS_XILINX_ML401
1511         bool "ml401"
1512
1513 config DEFAULTS_XILINX_UCLINUX_AUTO
1514         bool "uclinux-auto"
1515
1516 endchoice
1517
1518 ##############################################################
1519
1520 choice
1521         prompt "senTec Products"
1522         depends on DEFAULTS_SENTEC
1523         default DEFAULTS_SENTEC_COBRA5272
1524
1525 config DEFAULTS_SENTEC_COBRA5272
1526         bool "COBRA5272"
1527
1528 config DEFAULTS_SENTEC_COBRA5282
1529         bool "COBRA5282"
1530
1531 config DEFAULTS_SENTEC_COBRA5329
1532         bool "COBRA5329"
1533
1534 endchoice
1535
1536 endmenu
1537
1538 config PRODUCT
1539         string
1540
1541 ##############################################################
1542
1543 menu "Kernel/Library/Defaults Selection"
1544
1545 choice
1546         prompt "Kernel Version"
1547         default DEFAULTS_KERNEL_3
1548
1549 config DEFAULTS_KERNEL_3
1550         bool "linux-3.x"
1551
1552 config DEFAULTS_KERNEL_2_4
1553         bool "linux-2.4.x"
1554
1555 endchoice
1556
1557 config LINUXDIR
1558         string
1559
1560 choice
1561         prompt "Libc Version"
1562         default DEFAULTS_LIBC_UCLIBC
1563
1564 config DEFAULTS_LIBC_UCLIBC
1565         bool "uClibc"
1566
1567 config DEFAULTS_LIBC_UC_LIBC
1568         bool "uC-libc"
1569
1570 config DEFAULTS_LIBC_GLIBC
1571         bool "glibc"
1572
1573 config DEFAULTS_LIBC_NONE
1574         bool "None"
1575
1576 endchoice
1577
1578 source glibc/Kconfig
1579
1580 config LIBCDIR
1581         string
1582
1583 config DEFAULTS_OVERRIDE
1584         bool "Default all settings (lose changes)"
1585
1586 config DEFAULTS_KERNEL
1587         bool "Customize Kernel Settings"
1588
1589 config DEFAULTS_VENDOR
1590         bool "Customize Application/Library Settings"
1591
1592 config DEFAULTS_VENDOR_UPDATE
1593         bool "Update Default Vendor Settings"
1594
1595 endmenu
1596