summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-02-08 23:54:46 +0100
committerPalmer Dabbelt <palmer@sifive.com>2018-02-20 10:51:07 -0800
commit2aaa2dc31bee808703c24ce626e50d1b6d8c7f9c (patch)
tree61f0daaf65aa161b8ace859b57193980407c6a4d /arch
parentab0dc41b7324329af1c18580b0fc891922a717cf (diff)
downloadlinux-2aaa2dc31bee808703c24ce626e50d1b6d8c7f9c.tar.gz
riscv: kconfig: Remove RISCV_IRQ_INTC select
The RISCV_IRQ_INTC configuration symbol is undefined, but RISCV selects
it. Quoting Palmer Dabbelt:

	It looks like this slipped through, the symbol has been renamed
	RISCV_INTC.

No RISCV_INTC configuration symbol has been merged either. Just remove
the RISCV_IRQ_INTC select for now.

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index f9fd6ed042b9..97407480982f 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -33,7 +33,6 @@ config RISCV
 	select HAVE_ARCH_TRACEHOOK
 	select MODULES_USE_ELF_RELA if MODULES
 	select THREAD_INFO_IN_TASK
-	select RISCV_IRQ_INTC
 	select RISCV_TIMER
 
 config MMU