diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-21 08:26:40 -0400 |
commit | 2fa581ba910368d0f7f995fb906d6c5e4218b594 (patch) | |
tree | fdbb131099e601f1500908398db119d7f2050225 /configs/r8a77990_ebisu_defconfig | |
parent | b0b13f4114d30b6756e0f6f3b5819d78de22541e (diff) | |
parent | 56f01746ab5c6950bd0f76d02252ee4450f86659 (diff) |
Merge git://git.denx.de/u-boot-sh
- Enable -ffunction-sections / -fdata-sections --gc-sections to SH
- RCar Gen3 updates
Diffstat (limited to 'configs/r8a77990_ebisu_defconfig')
-rw-r--r-- | configs/r8a77990_ebisu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r8a77990_ebisu_defconfig b/configs/r8a77990_ebisu_defconfig index cc9257b81b..e4a017aa23 100644 --- a/configs/r8a77990_ebisu_defconfig +++ b/configs/r8a77990_ebisu_defconfig @@ -55,6 +55,8 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SCIF_CONSOLE=y +CONFIG_TEE=y +CONFIG_OPTEE=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y |