Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 718bce36 authored by John Crispin's avatar John Crispin Committed by Sasha Levin
Browse files

MIPS: ralink: add missing symbol for RALINK_ILL_ACC



[ Upstream commit a7b7aad383c5dd9221a06e378197350dd27c1163 ]

A driver was added in commit 5433acd81e87 ("MIPS: ralink: add illegal access
driver") without the Kconfig section being added. Fix this by adding the symbol
to the Kconfig file.

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Reported-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9299/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent e10f7b80
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7,6 +7,11 @@ config CLKEVT_RT3352
	select CLKSRC_OF
	select CLKSRC_MMIO

config RALINK_ILL_ACC
	bool
	depends on SOC_RT305X
	default y

choice
	prompt "Ralink SoC selection"
	default SOC_RT305X