summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Rosano <andrej.rosano@withsecure.com>2023-09-21 08:29:56 +0000
committerStefano Babic <sbabic@denx.de>2023-10-16 08:46:01 +0200
commit3319eb8bc3968f9cae4af9f53aa39ebd156716f5 (patch)
treed8bd49c5f9794194c0ad7e09867cd4cdf1daf47e
parent89f19f45d65019606374289b3444e08c3393e2b1 (diff)
usbarmory: Add DM_I2C and DM_SERIAL support
Use DM_I2C and DM_SERIAL as it is now mandatory. Signed-off-by: Andrej Rosano <andrej.rosano@withsecure.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
-rw-r--r--configs/usbarmory_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig
index 66c969f95e5..277f055aef2 100644
--- a/configs/usbarmory_defconfig
+++ b/configs/usbarmory_defconfig
@@ -29,7 +29,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_USE_HOSTNAME=y
CONFIG_HOSTNAME="usbarmory"
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
CONFIG_SYS_I2C_MXC=y
CONFIG_FSL_IIM=y
CONFIG_FSL_ESDHC_IMX=y
@@ -39,6 +39,7 @@ CONFIG_PINCTRL_IMX5=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
CONFIG_USB=y
CONFIG_USB_EHCI_MX5=y