| commit | ef15c3d9babc996c290b67c0a4a675069158981c | [log] [tgz] |
|---|---|---|
| author | Mathieu Choplain <mathieu.choplain-ext@st.com> | Wed Oct 08 18:45:15 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 17 22:01:22 2025 +0300 |
| tree | ba7a2044c4fd3c402a0c7e3adb00dd6897aa215d | |
| parent | 5f1ced737f7d5c7bad26ce05d093a635f7ba98ca [diff] |
drivers: clock_control: stm32: define STM32_HSE_CLOCK based only on DT Ensure the CONFIG_CLOCK_STM32_HSE_CLOCK symbol cannot be overridden by making it depend on the Device Tree node "clk_hse" being enabled. The symbol's value is also directly sourced from that node instead of being user-configurable. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>