aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/qemuriscv32/qemuriscv32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/qemuriscv32/qemuriscv32.cfg')
-rw-r--r--bsp/qemuriscv32/qemuriscv32.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/bsp/qemuriscv32/qemuriscv32.cfg b/bsp/qemuriscv32/qemuriscv32.cfg
index e944f964..ae1dd6f3 100644
--- a/bsp/qemuriscv32/qemuriscv32.cfg
+++ b/bsp/qemuriscv32/qemuriscv32.cfg
@@ -4,11 +4,11 @@
#
CONFIG_ARCH_RV32I=y
CONFIG_32BIT=y
+CONFIG_NONPORTABLE=y
#
# Platform type
#
-CONFIG_MAXPHYSMEM_2GB=y
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_PGTABLE_LEVELS=2
CONFIG_GENERIC_ATOMIC64=y
@@ -41,3 +41,9 @@ CONFIG_VIRTIO_CONSOLE=y
# IRQ chip support
#
CONFIG_SIFIVE_PLIC=y
+
+#
+# Enable Goldfish RTC
+#
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_GOLDFISH=y