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/topic_miamilite_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/topic_miamilite_defconfig')
| -rw-r--r-- | configs/topic_miamilite_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/topic_miamilite_defconfig b/configs/topic_miamilite_defconfig index d2fe64ed9ee..fb967e90f85 100644 --- a/configs/topic_miamilite_defconfig +++ b/configs/topic_miamilite_defconfig @@ -49,6 +49,7 @@ CONFIG_SF_DEFAULT_SPEED=108000000 CONFIG_SPI_FLASH_STMICRO=y # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set CONFIG_DEBUG_UART_ZYNQ=y +CONFIG_ARM_DCC=y CONFIG_ZYNQ_SERIAL=y CONFIG_ZYNQ_QSPI=y CONFIG_USB=y |
