kernel: m25p80: allow fallback from spi_flash_read to regular SPI transfer
[openwrt/openwrt.git] / target / linux / lantiq / patches-4.14 / 0060-lantiq-ase-enable-MFD-SYSCON.patch
1 From 24af63c6cce57cf88eda7c863035208fba59ee1c Mon Sep 17 00:00:00 2001
2 From: Mathias Kresin <dev@kresin.me>
3 Date: Tue, 23 Jan 2018 22:14:28 +0100
4 Subject: [PATCH] MIPS: lantiq: ase: Enable MFD_SYSCON
5
6 Enable syscon to use it for the RCU MFD on Amazon SE as well.
7
8 Fixes: 2b6639d4c794 ("MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD")
9 Signed-off-by: Mathias Kresin <dev@kresin.me>
10 ---
11 arch/mips/lantiq/Kconfig | 2 ++
12 1 file changed, 2 insertions(+)
13
14 --- a/arch/mips/lantiq/Kconfig
15 +++ b/arch/mips/lantiq/Kconfig
16 @@ -13,6 +13,8 @@ choice
17 config SOC_AMAZON_SE
18 bool "Amazon SE"
19 select SOC_TYPE_XWAY
20 + select MFD_SYSCON
21 + select MFD_CORE
22
23 config SOC_XWAY
24 bool "XWAY"