aboutsummaryrefslogtreecommitdiff
path: root/src/soc/lowrisc/lowrisc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/lowrisc/lowrisc/Kconfig')
-rw-r--r--src/soc/lowrisc/lowrisc/Kconfig29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/soc/lowrisc/lowrisc/Kconfig b/src/soc/lowrisc/lowrisc/Kconfig
deleted file mode 100644
index 8b35231642..0000000000
--- a/src/soc/lowrisc/lowrisc/Kconfig
+++ /dev/null
@@ -1,29 +0,0 @@
-config SOC_LOWRISC_LOWRISC
- select ARCH_RISCV
- select ARCH_BOOTBLOCK_RISCV
- select ARCH_VERSTAGE_RISCV
- select ARCH_ROMSTAGE_RISCV
- select ARCH_RAMSTAGE_RISCV
- select BOOTBLOCK_CONSOLE
- select DRIVERS_UART_8250MEM_32
- select GENERIC_UDELAY
- select HAVE_MONOTONIC_TIMER
- select RISCV_USE_ARCH_TIMER
- bool
- default n
-
-if SOC_LOWRISC_LOWRISC
-
-config RISCV_ARCH
- string
- default "rv64imafd"
-
-config RISCV_ABI
- string
- default "lp64d"
-
-config RISCV_CODEMODEL
- string
- default "medany"
-
-endif