diff options
author | xingyu.wu <xingyu.wu@starfivetech.com> | 2022-05-11 08:54:07 +0300 |
---|---|---|
committer | Jianlong Huang <jianlong.huang@starfivetech.com> | 2022-06-13 06:39:13 +0300 |
commit | 390947157e86c0e4d66cdb8dfb24dab27ea48dcb (patch) | |
tree | 7291b20a770a9dc0c3bacb341b1f65855ba60a09 | |
parent | 46d951968af3cb35ab99581f4b6559a2cc647adc (diff) | |
download | linux-390947157e86c0e4d66cdb8dfb24dab27ea48dcb.tar.xz |
modify SOC_STARFIVE macro to SOC_STARFIVE_VIC7100 in audio reset
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
-rwxr-xr-x | drivers/reset/starfive/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/starfive/Kconfig b/drivers/reset/starfive/Kconfig index a67b88c3a107..e058b84a9047 100755 --- a/drivers/reset/starfive/Kconfig +++ b/drivers/reset/starfive/Kconfig @@ -10,6 +10,6 @@ config RESET_STARFIVE_JH7100 config RESET_STARFIVE_JH7100_AUDIO tristate "StarFive JH7100 Audio Reset Driver" depends on RESET_STARFIVE_JH7100 - default SOC_STARFIVE + default SOC_STARFIVE_VIC7100 help This enables the audio reset driver for the StarFive JH7100 SoC.
\ No newline at end of file |