diff options
author | Rick Chen <rick@andestech.com> | 2019-04-02 15:56:41 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-04-08 09:45:08 +0800 |
commit | 8848474c5e9093ac27f6b7cc8be156629c7d0bad (patch) | |
tree | 67459ee0549f20242f1e95d0546d86114a72edee /configs/ae350_rv64_defconfig | |
parent | a1f24875c346a1bf8940b793a27364631d9aabf7 (diff) |
riscv: ax25: Add platform-specific Kconfig options
Add ax25 RISC-V platform-specific Kconfig options,
to include CPU and timer drivers. Also disable
ATCPIT100 SoC timer and replace by PLMT.
Signed-off-by: Rick Chen <rick@andestech.com>
Cc: Greentime Hu <greentime@andestech.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'configs/ae350_rv64_defconfig')
-rw-r--r-- | configs/ae350_rv64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ae350_rv64_defconfig b/configs/ae350_rv64_defconfig index b472a76d17..98635a2ff9 100644 --- a/configs/ae350_rv64_defconfig +++ b/configs/ae350_rv64_defconfig @@ -35,4 +35,3 @@ CONFIG_BAUDRATE=38400 CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_ATCSPI200_SPI=y -CONFIG_ATCPIT100_TIMER=y |