diff options
author | Emil Renner Berthing <kernel@esmil.dk> | 2023-04-01 13:19:20 +0200 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-04-05 16:43:49 +0200 |
commit | 69bfec7548f4c1595bac0e3ddfc0458a5af31f4c (patch) | |
tree | 2098880c47e41660f30cb28261f48c0c31008d86 /drivers/reset/starfive/Kconfig | |
parent | reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE (diff) | |
download | linux-69bfec7548f4c1595bac0e3ddfc0458a5af31f4c.tar.xz linux-69bfec7548f4c1595bac0e3ddfc0458a5af31f4c.zip |
reset: Create subdirectory for StarFive drivers
This moves the StarFive JH7100 reset driver to a new subdirectory in
preparation for adding more StarFive reset drivers.
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Tested-by: Tommaso Merciai <tomm.merciai@gmail.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'drivers/reset/starfive/Kconfig')
-rw-r--r-- | drivers/reset/starfive/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/reset/starfive/Kconfig b/drivers/reset/starfive/Kconfig new file mode 100644 index 000000000000..abbf0c52d03e --- /dev/null +++ b/drivers/reset/starfive/Kconfig @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config RESET_STARFIVE_JH7100 + bool "StarFive JH7100 Reset Driver" + depends on ARCH_STARFIVE || COMPILE_TEST + default ARCH_STARFIVE + help + This enables the reset controller driver for the StarFive JH7100 SoC. |