arch/risc-v/src/mpfs/kconfig: Fix indentation

Remove spaces from Kconfig
Add TABs
This commit is contained in:
simbit18 2023-05-08 13:17:13 +02:00 committed by Alan Carvalho de Assis
parent 8a0729ac18
commit 94aff9f937

View File

@ -302,11 +302,11 @@ config MPFS_IHC_CLIENT
Selects and enables the Inter-Hart-Communication (IHC) slave driver.
config MPFS_IHC_SBI
bool "IHC OpenSBI handler"
depends on MPFS_BOOTLOADER
default n
---help---
Selects and enables the Inter-Hart-Communication (IHC) driver on hart0.
bool "IHC OpenSBI handler"
depends on MPFS_BOOTLOADER
default n
---help---
Selects and enables the Inter-Hart-Communication (IHC) driver on hart0.
config MPFS_IHC_LINUX_ON_HART1
int "Linux on hart1"