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 /drivers | |
| 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 'drivers')
| -rw-r--r-- | drivers/serial/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 90e3983170c..6d1e47cc34c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -504,6 +504,12 @@ config ARC_SERIAL Select this to enable support for ARC UART now typically only used in Synopsys DesignWare ARC simulators like nSIM. +config ARM_DCC + bool "ARM Debug Communication Channel (DCC) as UART support" + depends on ARM + help + Select this to enable using the ARM DCC as a form of UART. + config ATMEL_USART bool "Atmel USART support" help |
