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 | |
parent | a1f24875c346a1bf8940b793a27364631d9aabf7 (diff) | |
download | u-boot-8848474c5e9093ac27f6b7cc8be156629c7d0bad.zip u-boot-8848474c5e9093ac27f6b7cc8be156629c7d0bad.tar.gz u-boot-8848474c5e9093ac27f6b7cc8be156629c7d0bad.tar.bz2 |
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')
-rw-r--r-- | configs/ae350_rv32_defconfig | 1 | ||||
-rw-r--r-- | configs/ae350_rv64_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/ae350_rv32_defconfig b/configs/ae350_rv32_defconfig index 6e0be88..f029455 100644 --- a/configs/ae350_rv32_defconfig +++ b/configs/ae350_rv32_defconfig @@ -34,4 +34,3 @@ CONFIG_BAUDRATE=38400 CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_ATCSPI200_SPI=y -CONFIG_ATCPIT100_TIMER=y diff --git a/configs/ae350_rv64_defconfig b/configs/ae350_rv64_defconfig index b472a76..98635a2 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 |