Working switch2led demonstration on tic55x
[firmerware] / src / target / Kconfig.grandstream
1 # Grandstream phone models
2
3 choice
4         prompt "2. Grandstream phone models"
5         depends on TARGET_GRANDSTREAM
6         default TARGET_GRANDSTREAM_BT20x
7
8 config TARGET_GRANDSTREAM_BT10x
9         bool "Budgetone 100, 101, 102"
10         select PLATFORM_TIC54x
11         help
12           Budgetone is the entry-level speaker phone from Grandstream.
13           The older models were numbered 10x, the newer ones are 20x.
14           These older models have one or two 10 Mbps ethernet jacks.
15
16           They look like simple phones, with no line selection facilities
17           beyond a simple flash button.  They do however have buttons for
18           conferences and call transfer and hold.
19
20 config TARGET_GRANDSTREAM_BT20x
21         bool "Budgetone 200, 201"
22         select PLATFORM_TIC54x
23         help
24           Budgetone is the entry-level speaker phone from Grandstream.
25           The older models were numbered 10x, the newer ones are 20x.
26           These newer models have one or two 100 Mbps ethernet jacks.
27
28           They look like simple phones, with no line selection facilities
29           beyond a simple flash button.  They do however have buttons for
30           conferences and call transfer and hold.
31
32 config TARGET_GRANDSTREAM_GXP20xx
33         bool "GXP 2000, 2010, 2020"
34         depends on UNIMPLEMENTED
35         select PLATFORM_TIC55x
36
37 endchoice
38