diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-23 00:17:33 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-10 09:41:51 -0400 |
commit | a7b7aad383c5dd9221a06e378197350dd27c1163 (patch) | |
tree | cf9d18f14e8efaef78e1b591940d3209ffe152e8 /arch | |
parent | 93a7de8819a661d06eb11f4de3d6888b9a842b30 (diff) |
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 <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>
Diffstat (limited to 'arch')
-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 | |||
7 | select CLKSRC_OF | 7 | select CLKSRC_OF |
8 | select CLKSRC_MMIO | 8 | select CLKSRC_MMIO |
9 | 9 | ||
10 | config RALINK_ILL_ACC | ||
11 | bool | ||
12 | depends on SOC_RT305X | ||
13 | default y | ||
14 | |||
10 | choice | 15 | choice |
11 | prompt "Ralink SoC selection" | 16 | prompt "Ralink SoC selection" |
12 | default SOC_RT305X | 17 | default SOC_RT305X |