1# STLIB config
2
3# Copyright (c) 2017 STMicroelectronics
4
5config HAS_STLIB
6	bool
7
8config HAS_STMEMSC
9	bool
10
11if HAS_STMEMSC
12
13config USE_STDC_A3G4250D
14	bool
15
16config USE_STDC_AIS2DW12
17	bool
18
19config USE_STDC_AIS328DQ
20	bool
21
22config USE_STDC_AIS3624DQ
23	bool
24
25config USE_STDC_H3LIS100DL
26	bool
27
28config USE_STDC_H3LIS331DL
29	bool
30
31config USE_STDC_HTS221
32	bool
33
34config USE_STDC_I3G4250D
35	bool
36
37config USE_STDC_IIS2DH
38	bool
39
40config USE_STDC_IIS2DLPC
41	bool
42
43config USE_STDC_IIS2ICLX
44	bool
45
46config USE_STDC_IIS2MDC
47	bool
48
49config USE_STDC_IIS328DQ
50	bool
51
52config USE_STDC_IIS3DHHC
53	bool
54
55config USE_STDC_IIS3DWB
56	bool
57
58config USE_STDC_ISM303DAC
59	bool
60
61config USE_STDC_ISM330DHCX
62	bool
63
64config USE_STDC_ISM330DLC
65	bool
66
67config USE_STDC_L20G20IS
68	bool
69
70config USE_STDC_L3GD20H
71	bool
72
73config USE_STDC_LIS25BA
74	bool
75
76config USE_STDC_LIS2DE12
77	bool
78
79config USE_STDC_LIS2DH12
80	bool
81
82config USE_STDC_LIS2DS12
83	bool
84
85config USE_STDC_LIS2DTW12
86	bool
87
88config USE_STDC_LIS2DW12
89	bool
90
91config USE_STDC_LIS2HH12
92	bool
93
94config USE_STDC_LIS2MDL
95	bool
96
97config USE_STDC_LIS331DLH
98	bool
99
100config USE_STDC_LIS3DE
101	bool
102
103config USE_STDC_LIS3DHH
104	bool
105
106config USE_STDC_LIS3DH
107	bool
108
109config USE_STDC_LIS3DSH
110	bool
111
112config USE_STDC_LIS3MDL
113	bool
114
115config USE_STDC_LPS22HB
116	bool
117
118config USE_STDC_LPS22HH
119	bool
120
121config USE_STDC_LPS25HB
122	bool
123
124config USE_STDC_LPS27HHW
125	bool
126
127config USE_STDC_LPS33HW
128	bool
129
130config USE_STDC_LPS33K
131	bool
132
133config USE_STDC_LPS33W
134	bool
135
136config USE_STDC_LSM303AGR
137	bool
138
139config USE_STDC_LSM303AH
140	bool
141
142config USE_STDC_LSM6DS3
143	bool
144
145config USE_STDC_LSM6DS3TR
146	bool
147
148config USE_STDC_LSM6DSL
149	bool
150
151config USE_STDC_LSM6DSM
152	bool
153
154config USE_STDC_LSM6DSO
155	bool
156
157config USE_STDC_LSM6DSO16IS
158	bool
159
160config USE_STDC_LSM6DSO32
161	bool
162
163config USE_STDC_LSM6DSOX
164	bool
165
166config USE_STDC_LSM6DSR
167	bool
168
169config USE_STDC_LSM6DSRX
170	bool
171
172config USE_STDC_LSM6DSV16X
173	bool
174
175config USE_STDC_LSM9DS1
176	bool
177
178config USE_STDC_STTS22H
179	bool
180
181config USE_STDC_STTS751
182	bool
183
184endif # HAS_STMEMSC
185