summaryrefslogtreecommitdiff
path: root/platform/nuclei
diff options
context:
space:
mode:
authorAnup Patel <apatel@ventanamicro.com>2022-08-08 07:03:52 +0300
committerAnup Patel <anup@brainfault.org>2022-08-08 07:03:52 +0300
commit0b1cf2f64519887188c83d17d21302580a6c970e (patch)
treefc571cca4003555b9e4ba8aa3eca6866e0df66a4 /platform/nuclei
parent76af9d40da21c4c67efb7730de263f914452fca0 (diff)
downloadopensbi-0b1cf2f64519887188c83d17d21302580a6c970e.tar.xz
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
We update irqchip drivers makefile to use kconfig for enabling/disabling drivers. To avoid compile errors, we also enable appropriate irqchip drivers for each platform. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Andrew Jones <ajones@ventanamicro.com> Acked-by: Atish Patra <atishp@rivosinc.com> Tested-by: Atish Patra <atishp@rivosinc.com>
Diffstat (limited to 'platform/nuclei')
-rw-r--r--platform/nuclei/ux600/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/nuclei/ux600/Kconfig b/platform/nuclei/ux600/Kconfig
index cd995a3..464802e 100644
--- a/platform/nuclei/ux600/Kconfig
+++ b/platform/nuclei/ux600/Kconfig
@@ -3,6 +3,7 @@
config PLATFORM_NUCLEI_UX600
bool
select IPI_MSWI
+ select IRQCHIP_PLIC
select SERIAL_SIFIVE
select TIMER_MTIMER
default y