X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Freset%2FKconfig;h=6aa8f243b30c66b3afb11e0d453e6d29ff73081c;hb=ed1036905dc6ada4f680b0d465aef91646dcef9d;hp=de176c2fbad96d3165fba9172ce71a0531ba8d3b;hpb=eec4ed317dccdef610b54224f45e0e1f4fdb75fb;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index de176c2..6aa8f24 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -232,13 +232,6 @@ config RESET_SOCFPGA This enables the reset driver for the SoCFPGA ARMv7 platforms. This driver gets initialized early during platform init calls. -config RESET_STARFIVE_JH7100 - bool "StarFive JH7100 Reset Driver" - depends on SOC_STARFIVE || COMPILE_TEST - default SOC_STARFIVE - help - This enables the reset controller driver for the StarFive JH7100 SoC. - config RESET_SUNPLUS bool "Sunplus SoCs Reset Driver" if COMPILE_TEST default ARCH_SUNPLUS @@ -257,7 +250,7 @@ config RESET_SUNXI config RESET_TI_SCI tristate "TI System Control Interface (TI-SCI) reset driver" - depends on TI_SCI_PROTOCOL || COMPILE_TEST + depends on TI_SCI_PROTOCOL || (COMPILE_TEST && TI_SCI_PROTOCOL=n) help This enables the reset driver support over TI System Control Interface available on some new TI's SoCs. If you wish to use reset resources @@ -320,6 +313,7 @@ config RESET_ZYNQ help This enables the reset controller driver for Xilinx Zynq SoCs. +source "drivers/reset/starfive/Kconfig" source "drivers/reset/sti/Kconfig" source "drivers/reset/hisilicon/Kconfig" source "drivers/reset/tegra/Kconfig"