diff options
author | Sagar Shrikant Kadam <sagar.kadam@sifive.com> | 2020-07-29 02:36:14 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-08-04 09:19:41 +0800 |
commit | ed50d3fae49b9dad58674b6609913beeac824e42 (patch) | |
tree | 705ed4e0bb128665a22033f84d28e56c627aafc6 /drivers/reset/Makefile | |
parent | d04a46426b92cc175a73e5d2c5220503c428fc6c (diff) | |
download | u-boot-ed50d3fae49b9dad58674b6609913beeac824e42.tar.gz u-boot-ed50d3fae49b9dad58674b6609913beeac824e42.tar.bz2 u-boot-ed50d3fae49b9dad58674b6609913beeac824e42.zip |
configs: reset: fu540: enable dm reset framework for SiFive
Add necessary defconfig and Kconfig entries to enable SiFive SoC's
reset driver so as to utilise U-Boot's reset framework.
Signed-off-by: Sagar Shrikant Kadam <sagar.kadam@sifive.com>
Reviewed-by: Pragnesh Patel <Pragnesh.patel@sifive.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Tested-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 8e0124b8de..3c7f066ae3 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -23,5 +23,6 @@ obj-$(CONFIG_RESET_MTMIPS) += reset-mtmips.o obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o obj-$(CONFIG_RESET_HISILICON) += reset-hisilicon.o obj-$(CONFIG_RESET_IMX7) += reset-imx7.o +obj-$(CONFIG_RESET_SIFIVE) += reset-sifive.o obj-$(CONFIG_RESET_SYSCON) += reset-syscon.o obj-$(CONFIG_RESET_RASPBERRYPI) += reset-raspberrypi.o |