Working switch2led demonstration on tic55x
[firmerware] / src / target / Kconfig.brand
1 # Manufacturers / brands
2
3 choice
4         prompt "1. Hardware manufacturer"
5         default TARGET_GRANDSTREAM
6
7 config TARGET_GRANDSTREAM
8         bool "Grandstream"
9         help
10           Grandstream phones, shown on http://www.grandstream.com/
11           are built around Texas Instruments' DSP processor ranges
12           TMS320VC5401 and TMS320VC5501.  You would have to scratch
13           paint off of the DSP before being able to read that, but
14           given the model it is possible to establish the target.
15
16           Reverse engineering information is available on
17           http://devel.0cpm.org/reverse/grandstream/
18
19 config TARGET_POSIX
20         bool "POSIX platforms"
21         help
22           Not all firmware runs as a standalone image.  Several run
23           on top of POSIX-compliant platforms like Linux.
24           Select this target to include those platforms.
25
26 config TARGET_APPLE
27         bool "Apple"
28         depends on UNIMPLEMENTED
29         help
30           The Apple platforms run on top of Darwin, their own brand of
31           FreeBSD.  This target sets up potential Apple targets.
32
33 config TARGET_SIPURA
34         bool "Sipura/Linksys/Cisco SPA"
35         depends on UNIMPLEMENTED
36         help
37
38 config TARGET_FRITZBOX
39         bool "AVM Fritz!Box"
40         depends on UNIMPLEMENTED
41         help
42           Depending on the model, AVM Fritz!Box can use any of a variety
43           of telephony chips.  The firmware will build a program that
44           can be incorporated into Freetz (see http://freetz.org/ for
45           details).
46
47 config TARGET_GIGASET
48         bool "Siemens Gigaset xnnnIP"
49         depends on UNIMPLEMENTED
50         help
51           The Siemens Gigaset platform has DECT/SIP phones with numbers
52           like C470IP or A580IP.  Important in this is the "IP" postfix.
53           There has been a short-lived clone from Target, the DIP450.
54
55           The platforms contain LGPL-licensed software so they permit
56           uploading new firmware from their web interface.
57
58           Once built, upload src/target/gigaset/firmly0cpm.bin to a
59           webserver and set the firmware location in your phone to the
60           proper URL to migrate to the new platform.
61
62           TODO: Demo entry. Not implemented yet.
63
64 endchoice
65