MIPS: ralink: add missing symbol for RALINK_ILL_ACC
authorJohn Crispin <blogic@openwrt.org>
Mon, 23 Feb 2015 05:17:33 +0000 (06:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 10 Apr 2015 13:41:51 +0000 (15:41 +0200)
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: 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>
arch/mips/ralink/Kconfig

index b1c52ca580f983bdc64d185fbd65615f108395a3..e9bc8c96174e227a8d9cf730bcc4bfb0ff0fb1cf 100644 (file)
@@ -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