Re: [PATCH 04/12] serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8

2021-12-28 Thread Tom Rini
On Fri, Dec 17, 2021 at 06:08:39PM -0500, Tom Rini wrote: > The only place we use CONFIG_CPU_ARMV8 was in the arm_dcc serial driver. > Switch this to CONFIG_ARM64 today, and if in the future we need finer > granularity tuning here, a new CONFIG_SERIAL option needs to be > introduced. > > Signed-o

[PATCH 04/12] serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8

2021-12-17 Thread Tom Rini
The only place we use CONFIG_CPU_ARMV8 was in the arm_dcc serial driver. Switch this to CONFIG_ARM64 today, and if in the future we need finer granularity tuning here, a new CONFIG_SERIAL option needs to be introduced. Signed-off-by: Tom Rini --- drivers/serial/arm_dcc.c| 2 +- include/c