mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 02:24:57 +08:00
82327b127d
Add auxiliary driver to support StarFive JH7110 system and always-on resets. Tested-by: Tommaso Merciai <tomm.merciai@gmail.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
21 lines
569 B
Plaintext
21 lines
569 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config RESET_STARFIVE_JH71X0
|
|
bool
|
|
|
|
config RESET_STARFIVE_JH7100
|
|
bool "StarFive JH7100 Reset Driver"
|
|
depends on ARCH_STARFIVE || COMPILE_TEST
|
|
select RESET_STARFIVE_JH71X0
|
|
default ARCH_STARFIVE
|
|
help
|
|
This enables the reset controller driver for the StarFive JH7100 SoC.
|
|
|
|
config RESET_STARFIVE_JH7110
|
|
bool "StarFive JH7110 Reset Driver"
|
|
depends on AUXILIARY_BUS && CLK_STARFIVE_JH7110_SYS
|
|
select RESET_STARFIVE_JH71X0
|
|
default ARCH_STARFIVE
|
|
help
|
|
This enables the reset controller driver for the StarFive JH7110 SoC.
|