diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-23 06:17:33 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-13 05:14:22 -0700 |
commit | b9b1a2af5a6aa82944f80c03152ddeecc86d91a8 (patch) | |
tree | b5cbc6b5036e48f4ab1f82ff9f266d9871233c24 | |
parent | b2243b7069f8d09f881a7d7a68aa46ef0794c49e (diff) | |
download | lwn-b9b1a2af5a6aa82944f80c03152ddeecc86d91a8.tar.gz lwn-b9b1a2af5a6aa82944f80c03152ddeecc86d91a8.zip |
MIPS: ralink: add missing symbol for RALINK_ILL_ACC
Commit a7b7aad383c5dd9221a06e378197350dd27c1163 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | arch/mips/ralink/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |