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