Skip to content

Commit

Permalink
MIPS: ralink: add missing symbol for RALINK_ILL_ACC
Browse files Browse the repository at this point in the history
A driver was added in commit 5433acd ("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>
  • Loading branch information
John Crispin authored and Ralf Baechle committed Apr 10, 2015
1 parent 93a7de8 commit a7b7aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/mips/ralink/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7b7aad

Please sign in to comment.