From: John Crispin Date: Mon, 23 Feb 2015 05:17:33 +0000 (+0100) Subject: MIPS: ralink: add missing symbol for RALINK_ILL_ACC X-Git-Tag: KARO-TXA5-2015-06-26~129^2^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f81c02c48179c8771bb67951096aa4f4784020c;p=karo-tx-linux.git MIPS: ralink: add missing symbol for RALINK_ILL_ACC 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 Reported-by: Paul Bolle Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9299/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index b1c52ca580f9..e9bc8c96174e 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -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