diff options
| author | Tom Rini <[email protected]> | 2021-08-23 16:35:25 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-31 17:46:37 -0400 |
| commit | fcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d (patch) | |
| tree | cd4527ad1d397a1d5a53af56470308bfdc979efa /arch | |
| parent | 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd (diff) | |
Convert CONFIG_MX7D to Kconfig
This converts the following to Kconfig:
CONFIG_MX7D
Cc: Oleksandr Suvorov <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/mx7/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx7/Kconfig b/arch/arm/mach-imx/mx7/Kconfig index adedc011648..059e65879c5 100644 --- a/arch/arm/mach-imx/mx7/Kconfig +++ b/arch/arm/mach-imx/mx7/Kconfig @@ -91,6 +91,7 @@ config TARGET_COLIBRI_IMX7 select DM select DM_SERIAL select DM_THERMAL + select MX7D imply CMD_DM endchoice |
