Hi,
On 9/11/23 17:37, Gatien Chevallier wrote:
Rename the RNG driver as it is usable by other STM32 platforms
than the STM32MP1x ones. Rename CONFIG_RNG_STM32MP1 to
CONFIG_RNG_STM32
Signed-off-by: Gatien Chevallier <gatien.chevall...@foss.st.com>
Reviewed-by: Grzegorz Szymaszek <gszymas...@short.pl>
---
Changes in V2:
- Added ARCH_STM32 in the "depends on" section of the
RNG_STM32 configuration field.
- Added Grzegorz's tag and discarded Patrick's and
Heinrich's as there's a modification
MAINTAINERS | 2 +-
configs/stm32mp15_basic_defconfig | 2 +-
configs/stm32mp15_defconfig | 2 +-
configs/stm32mp15_trusted_defconfig | 2 +-
drivers/rng/Kconfig | 8 ++++----
drivers/rng/Makefile | 2 +-
drivers/rng/{stm32mp1_rng.c => stm32_rng.c} | 0
7 files changed, 9 insertions(+), 9 deletions(-)
rename drivers/rng/{stm32mp1_rng.c => stm32_rng.c} (100%)
Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com>
Thanks
Patrick