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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/xilinx_versal.h | 1 | ||||
| -rw-r--r-- | include/configs/xilinx_zynqmp.h | 1 | ||||
| -rw-r--r-- | include/configs/zynq-common.h | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index da640d6f14d..1276612503d 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h @@ -27,7 +27,6 @@ #endif /* Serial setup */ -#define CONFIG_ARM_DCC #define CONFIG_CPU_ARMV8 #define CONFIG_SYS_BAUDRATE_TABLE \ diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index b744a91fa60..6cde7e83e91 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 0x2000000) /* Serial setup */ -#define CONFIG_ARM_DCC #define CONFIG_CPU_ARMV8 #define CONFIG_SYS_BAUDRATE_TABLE \ diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 9e83e177752..59e77f6eccf 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -33,8 +33,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE \ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400} -#define CONFIG_ARM_DCC - /* Ethernet driver */ #if defined(CONFIG_ZYNQ_GEM) # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN |
