commit | af126d010afe433a3feed5335cc52511c5c69c12 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@st.com> | Thu Oct 19 09:36:27 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jan 16 15:20:15 2024 +0000 |
tree | 56ca9c8fdf03cae147f408203a8f7f8abab4bd14 | |
parent | 879e3a42b0ef8d63dbd98e5410e8f58dc9a21a4a [diff] |
include: pinctrl.h: Make PINCTRL_SKIP_SLEEP available with CONFIG_PM In some cases, PINCTRL_STATE_SLEEP may be required even when CONFIG_PM_DEVICE is not defined. One example is the possibility/need to put JTAG pins to analog when CONIG_PM=y and CONFIG_DEBUG=n. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>