diff options
author | Marek Vasut | 2017-11-26 20:32:44 +0100 |
---|---|---|
committer | Marek Vasut | 2017-11-30 08:54:18 +0100 |
commit | ab61e175713a0400c6ece6348e8f655998cf574d (patch) | |
tree | 9891b484b9897fd244a614bb7749bbd007640690 /configs/r8a7796_ulcb_defconfig | |
parent | 52c8034bb426c69e96474aed8cbd18269c61ba78 (diff) |
ARM: rmobile: Rework the ULCB CPLD driver
Rework the ULCB CPLD driver and make it into a sysreset driver,
since that is what the ULCB CPLD driver is mostly for.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_ulcb_defconfig')
-rw-r--r-- | configs/r8a7796_ulcb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r8a7796_ulcb_defconfig b/configs/r8a7796_ulcb_defconfig index 9a55ba9597c..fe0b4fc93d3 100644 --- a/configs/r8a7796_ulcb_defconfig +++ b/configs/r8a7796_ulcb_defconfig @@ -48,6 +48,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SCIF_CONSOLE=y +CONFIG_SYSRESET=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |