diff options
author | Peng Fan | 2022-11-07 16:00:12 +0800 |
---|---|---|
committer | Stefano Babic | 2023-01-31 12:11:34 +0100 |
commit | 02fe5cda960106fa800d35e1968f7f1ad669665a (patch) | |
tree | 5b052011e520841a00ab5381d7828c525f1f595c /configs/mx6slevk_spinor_defconfig | |
parent | 2108db6c9267970b64c38687c94c53a78b82b4a9 (diff) |
imx: mx6slevk: select DM_SERIAL
Select DM_SERIAL
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6slevk_spinor_defconfig')
-rw-r--r-- | configs/mx6slevk_spinor_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig index 5351d03510d..c970271dae8 100644 --- a/configs/mx6slevk_spinor_defconfig +++ b/configs/mx6slevk_spinor_defconfig @@ -59,6 +59,7 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y +CONFIG_DM_SERIAL=y CONFIG_MXC_UART=y CONFIG_SPI=y CONFIG_DM_SPI=y |