]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/eth/sh/dreamcast/v2_0/cdl/sh_dreamcast_rltk8139_eth_drivers.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / eth / sh / dreamcast / v2_0 / cdl / sh_dreamcast_rltk8139_eth_drivers.cdl
1 # ====================================================================
2 #
3 #      sh_dreamcast_rltk8139_eth_drivers.cdl
4 #
5 #      Ethernet drivers - support for Dreamcast BroadBandAdapter
6 #
7 # ====================================================================
8 #####ECOSGPLCOPYRIGHTBEGIN####
9 ## -------------------------------------------
10 ## This file is part of eCos, the Embedded Configurable Operating System.
11 ## Copyright (C) 2004 Red Hat, Inc.
12 ##
13 ## eCos is free software; you can redistribute it and/or modify it under
14 ## the terms of the GNU General Public License as published by the Free
15 ## Software Foundation; either version 2 or (at your option) any later version.
16 ##
17 ## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
18 ## WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
20 ## for more details.
21 ##
22 ## You should have received a copy of the GNU General Public License along
23 ## with eCos; if not, write to the Free Software Foundation, Inc.,
24 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25 ##
26 ## As a special exception, if other files instantiate templates or use macros
27 ## or inline functions from this file, or you compile this file and link it
28 ## with other works to produce a work based on this file, this file does not
29 ## by itself cause the resulting work to be covered by the GNU General Public
30 ## License. However the source code for this file must still be made available
31 ## in accordance with section (3) of the GNU General Public License.
32 ##
33 ## This exception does not invalidate any other reasons why a work based on
34 ## this file might be covered by the GNU General Public License.
35 ## -------------------------------------------
36 #####ECOSGPLCOPYRIGHTEND####
37 # ====================================================================
38 ######DESCRIPTIONBEGIN####
39 #
40 # Author(s):      Yoshinori Sato
41 # Contributors:
42 # Date:           2004-04-22
43 #
44 #####DESCRIPTIONEND####
45 #
46 # ====================================================================
47
48 cdl_package CYGPKG_DEVS_ETH_SH_DREAMCAST_RLTK8139 {
49     display       "Dreamcast BbA driver"
50     description   "Ethernet driver for Dreamcast Broadband Adapter"
51
52     parent        CYGPKG_IO_ETH_DRIVERS
53     active_if     CYGPKG_IO_ETH_DRIVERS
54     active_if     CYGPKG_HAL_SH_SH7750_DREAMCAST
55     compile       -library=libextras.a if_dreamcast.c
56
57     include_dir   cyg/io
58
59     # FIXME: This really belongs in the RealTek_8139 package ?
60     cdl_interface CYGINT_DEVS_ETH_RLTK_8139_REQUIRED {
61         display   "RealTek 8139 ethernet driver required"
62     }
63
64     define_proc {
65         puts $::cdl_system_header "/***** ethernet driver proc output start *****/"
66         puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_RLTK_8139_INL <cyg/io/devs_eth_sh_dreamcast_rltk8139.inl>"
67         puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_RLTK_8139_CFG <pkgconf/devs_eth_sh_dreamcast_rltk8139.h>"
68         puts $::cdl_system_header "/*****  ethernet driver proc output end  *****/"
69     }
70
71     cdl_component CYGPKG_DEVS_ETH_SH_DREAMCAST_RLTK8139_ETH0 {
72         display       "Ethernet port 0 driver"
73         flavor        bool
74         default_value 1
75
76         implements CYGHWR_NET_DRIVERS
77         implements CYGHWR_NET_DRIVER_ETH0
78         implements CYGINT_DEVS_ETH_RLTK_8139_REQUIRED
79
80         cdl_option CYGDAT_DEVS_ETH_SH_DREAMCAST_RLTK8139_ETH0_NAME {
81             display       "Device name for the ETH0 ethernet port 0 driver"
82             flavor        data
83             default_value {"\"eth0\""}
84             description   "
85                 This option sets the name of the ethernet device for the
86                 RealTek 8139 ethernet port 0."
87         }
88     }
89 }
90
91 # EOF sh_dreamcast_rltk8139_eth_drivers.cdl