comparison packages/hal/mips/arch/current/include/pkgconf/hal_mips.h @ 6:d376b777e2ce ecos-sw-1999-05-14

Merge from eCos master repository on 1999-05-14-19:27:43-BST
author jlarmour
date Fri, 14 May 1999 12:20:00 +0000
parents
children a0774359f013
comparison
equal deleted inserted replaced
5:4e8259f41183 6:d376b777e2ce
1 #ifndef CYGONCE_PKGCONF_HAL_MIPS_H
2 #define CYGONCE_PKGCONF_HAL_MIPS_H
3 // ====================================================================
4 //
5 // pkgconf/hal_mips.h
6 //
7 // HAL configuration file
8 //
9 // ====================================================================
10 //####COPYRIGHTBEGIN####
11 //
12 // -------------------------------------------
13 // The contents of this file are subject to the Cygnus eCos Public License
14 // Version 1.0 (the "License"); you may not use this file except in
15 // compliance with the License. You may obtain a copy of the License at
16 // http://sourceware.cygnus.com/ecos
17 //
18 // Software distributed under the License is distributed on an "AS IS"
19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 // License for the specific language governing rights and limitations under
21 // the License.
22 //
23 // The Original Code is eCos - Embedded Cygnus Operating System, released
24 // September 30, 1998.
25 //
26 // The Initial Developer of the Original Code is Cygnus. Portions created
27 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
28 // -------------------------------------------
29 //
30 //####COPYRIGHTEND####
31 // ====================================================================
32 //#####DESCRIPTIONBEGIN####
33 //
34 // Author(s): bartv
35 // Contributors: bartv
36 // Date: 1998-09-02
37 // Purpose: To allow the user to edit HAL configuration options.
38 // Description:
39 //
40 //####DESCRIPTIONEND####
41 //
42 // ====================================================================
43
44
45 /* ---------------------------------------------------------------------
46 {{CFG_DATA
47
48 cdl_package CYGPKG_HAL_MIPS {
49 display "MIPS architecture"
50 type radio
51 parent CYGPKG_HAL
52 description "
53 The MIPS architecture HAL package provides generic support
54 for this processor architecture. It is also necessary to
55 select a CPU variant and a specific target platform HAL
56 package."
57 }
58
59 cdl_component CYGFUN_HAL_MIPS_VARIANTS {
60 display "MIPS variants"
61 type dummy
62 parent CYGPKG_HAL_MIPS
63 description "
64 A number MIPS variants are supported."
65 }
66
67 cdl_option CYGHWR_HAL_MIPS_CPU_FREQ {
68 display "CPU frequency"
69 type count
70 legal_values 0 to 1000000
71 parent CYGPKG_HAL_MIPS
72 description "
73 This option contains the frequency of the CPU in MegaHertz.
74 Choose the frequency to match the processor you have. This
75 may affect thing like serial device, interval clock and
76 memory access speed settings."
77 }
78
79 }}CFG_DATA */
80
81 #define CYGHWR_HAL_MIPS_CPU_FREQ 50
82
83 /* -------------------------------------------------------------------*/
84 #endif /* CYGONCE_PKGCONF_HAL_MIPS_H */
85 /* EOF hal_mips.h */