[source] kernel: add rest controller option for kernel 4.9

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 11 14:29:25 PST 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/11215fb23c50d52c5cb7e8bf25cd18d3469add24

commit 11215fb23c50d52c5cb7e8bf25cd18d3469add24
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Feb 11 16:49:02 2017 +0100

    kernel: add rest controller option for kernel 4.9
    
    Deactivate the reset controllers which could be activated on kernel 4.9
    by default.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/generic/config-4.9 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9
index c44cebf..7248360 100644
--- a/target/linux/generic/config-4.9
+++ b/target/linux/generic/config-4.9
@@ -3411,7 +3411,16 @@ CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
 # CONFIG_REISERFS_PROC_INFO is not set
 # CONFIG_RELAY is not set
 # CONFIG_RELOCATABLE is not set
+# CONFIG_RESET_ATH79 is not set
+# CONFIG_RESET_BERLIN is not set
 # CONFIG_RESET_CONTROLLER is not set
+# CONFIG_RESET_LPC18XX is not set
+# CONFIG_RESET_MESON is not set
+# CONFIG_RESET_PISTACHIO is not set
+# CONFIG_RESET_SOCFPGA is not set
+# CONFIG_RESET_STM32 is not set
+# CONFIG_RESET_SUNXI is not set
+# CONFIG_RESET_ZYNQ is not set
 # CONFIG_RFD_FTL is not set
 CONFIG_RFKILL=y
 # CONFIG_RFKILL_FULL is not set



More information about the lede-commits mailing list