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
	bool
	default n

if SOC_LOWRISC_LOWRISC

endif
