commit | 21aad1343541ae6e303a08f6388f2ab3f3e192f6 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Sep 27 15:44:53 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 08 16:19:56 2017 -0400 |
tree | 62dbe1c5e2e2f1f07188499e7fbda75dc8b319d0 | |
parent | b21a69ac717e61464a1a12df47c808df783e8af8 [diff] |
serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flag This driver is currently used by STM32F7 and STM32H7 SoCs. As CONFIG_CLK and OF_CONTROL flags are set by default for these 2 SoCs, this flag becomes useless in this driver, so remove it. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>