Re: [U-Boot] [PATCH v3 4/7] riscv: ax25: Add platform-specific Kconfig options

2019-04-01 Thread Auer, Lukas
On Mon, 2019-04-01 at 16:24 +0800, Andes wrote: > From: Rick Chen > > Add ax25 RISC-V platform-specific Kconfig options, to include > CPU and timer drivers. > > Signed-off-by: Rick Chen > Cc: Greentime Hu > Reviewed-by: Bin Meng > --- > arch/riscv/cpu/ax25/Kconfig | 6 ++ > 1 file change

[U-Boot] [PATCH v3 4/7] riscv: ax25: Add platform-specific Kconfig options

2019-04-01 Thread Andes
From: Rick Chen Add ax25 RISC-V platform-specific Kconfig options, to include CPU and timer drivers. Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng --- arch/riscv/cpu/ax25/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/riscv/cpu/ax25/Kconfig b/arch/ri