diff options
| author | Tom Rini <[email protected]> | 2020-06-02 17:26:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-06-04 15:04:11 -0400 |
| commit | c2a38411d11d4b4bed5d89990fb5940c2cbaa02e (patch) | |
| tree | 308a17eac5cff837e2104cc5e0b9d7de363f0151 /configs/xilinx_versal_mini_defconfig | |
| parent | 07d90d8bd451b9595fb0369c51f90ee2dccd5d9f (diff) | |
serial: Convert ARM_DCC to Kconfig
The symbol "CONFIG_ARM_DCC" is used to control building
drivers/serial/arm_dcc.c. Provide a simple Kconfig entry for this.
Cc: Luca Ceresoli <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Tom McLeod <[email protected]>
Cc: Mike Looijmans <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Luca Ceresoli <[email protected]>
Diffstat (limited to 'configs/xilinx_versal_mini_defconfig')
| -rw-r--r-- | configs/xilinx_versal_mini_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig index a3b71ccc3e1..3186c9843e4 100644 --- a/configs/xilinx_versal_mini_defconfig +++ b/configs/xilinx_versal_mini_defconfig @@ -54,4 +54,5 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_DM_WARN is not set # CONFIG_DM_DEVICE_REMOVE is not set # CONFIG_MMC is not set +CONFIG_ARM_DCC=y # CONFIG_EFI_LOADER is not set |
