Skip to content

Commit

Permalink
riscv: kconfig: Remove RISCV_IRQ_INTC select
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
  • Loading branch information
ulfalizer authored and palmer-dabbelt committed Feb 20, 2018
1 parent ab0dc41 commit 2aaa2dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/riscv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aaa2dc

Please sign in to comment.