summaryrefslogtreecommitdiff
path: root/drivers/reset/starfive/Kconfig
diff options
context:
space:
mode:
authorEmil Renner Berthing <kernel@esmil.dk>2021-11-20 21:30:49 +0300
committerJianlong Huang <jianlong.huang@starfivetech.com>2022-06-13 06:39:13 +0300
commit46d951968af3cb35ab99581f4b6559a2cc647adc (patch)
tree518314577beac3d97beca6a199e3160e83e5dfd8 /drivers/reset/starfive/Kconfig
parent7611c74d0d57f725d7b412df1a40359b7aa73fca (diff)
downloadlinux-46d951968af3cb35ab99581f4b6559a2cc647adc.tar.xz
reset: starfive: Add JH7100 audio reset driver
The audio resets are almost identical to the system resets, there are just fewer of them. So factor out and export a generic probe function, so most of the reset controller implementation can be shared. Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
Diffstat (limited to 'drivers/reset/starfive/Kconfig')
-rwxr-xr-x[-rw-r--r--]drivers/reset/starfive/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reset/starfive/Kconfig b/drivers/reset/starfive/Kconfig
index 802e52d5384e..a67b88c3a107 100644..100755
--- a/drivers/reset/starfive/Kconfig
+++ b/drivers/reset/starfive/Kconfig
@@ -6,3 +6,10 @@ config RESET_STARFIVE_JH7100
default SOC_STARFIVE_VIC7100
help
This enables the reset controller driver for the StarFive JH7100 SoC.
+
+config RESET_STARFIVE_JH7100_AUDIO
+ tristate "StarFive JH7100 Audio Reset Driver"
+ depends on RESET_STARFIVE_JH7100
+ default SOC_STARFIVE
+ help
+ This enables the audio reset driver for the StarFive JH7100 SoC. \ No newline at end of file