mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
MIPS: ralink: add missing symbol for RALINK_ILL_ACC
A driver was added in commit 5433acd81e
("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: John Crispin <blogic@openwrt.org>
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9299/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
93a7de8819
commit
a7b7aad383
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ config CLKEVT_RT3352
|
||||||
select CLKSRC_OF
|
select CLKSRC_OF
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
|
|
||||||
|
config RALINK_ILL_ACC
|
||||||
|
bool
|
||||||
|
depends on SOC_RT305X
|
||||||
|
default y
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Ralink SoC selection"
|
prompt "Ralink SoC selection"
|
||||||
default SOC_RT305X
|
default SOC_RT305X
|
||||||
|
|
Loading…
Add table
Reference in a new issue