We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b5361 commit 3b38cceCopy full SHA for 3b38cce
drivers/pinctrl/pinconf.h
@@ -142,4 +142,21 @@ int pinconf_generic_parse_dt_config(struct device_node *np,
142
int pinconf_generic_parse_dt_pinmux(struct device_node *np, struct device *dev,
143
unsigned int **pid, unsigned int **pmux,
144
unsigned int *npins);
145
+#else
146
+static inline int
147
+pinconf_generic_parse_dt_config(struct device_node *np,
148
+ struct pinctrl_dev *pctldev,
149
+ unsigned long **configs,
150
+ unsigned int *nconfigs)
151
+{
152
+ return -ENOTSUPP;
153
+}
154
+
155
156
+pinconf_generic_parse_dt_pinmux(struct device_node *np, struct device *dev,
157
+ unsigned int **pid, unsigned int **pmux,
158
+ unsigned int *npins)
159
160
161
162
#endif
0 commit comments