summaryrefslogtreecommitdiff
path: root/drivers/reset/sti/Kconfig
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2023-03-30 13:23:47 +0200
committerPhilipp Zabel <p.zabel@pengutronix.de>2023-05-08 09:28:31 +0200
commit20a6a4d7226691473cde40ed1e1f03964cbd5be7 (patch)
tree74aabb901a578506c4dfd8da75bbfe672c27d362 /drivers/reset/sti/Kconfig
parentda46de512f8b9febdb085594815c91b45c940bef (diff)
reset: sti: simplify driver's config and build
With commit 64933513e461 ("reset: sti: Remove STiH415/6 reset support"), there is only one sti reset driver left and there no need to define a dedicated config STI_RESET_SYSCFG, which is selected by the config for the STiH407 reset driver. Simply add reset-syscfg.c to the build for the STiH407 reset driver. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Link: https://lore.kernel.org/r/20230330112347.31137-2-lukas.bulwahn@gmail.com Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/sti/Kconfig')
-rw-r--r--drivers/reset/sti/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig
index 9455e1c7a5aa..a2622e146b8b 100644
--- a/drivers/reset/sti/Kconfig
+++ b/drivers/reset/sti/Kconfig
@@ -1,11 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_STI
-config STI_RESET_SYSCFG
- bool
-
config STIH407_RESET
bool
- select STI_RESET_SYSCFG
endif