diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 16:49:02 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-11 23:28:13 +0100 |
commit | 11215fb23c50d52c5cb7e8bf25cd18d3469add24 (patch) | |
tree | 803ebd045732d446399f8c8bd2925ae39a3528df /target/linux/generic | |
parent | 6c6167621f3aba358742d68aeaed8dd360254ad6 (diff) | |
download | upstream-11215fb23c50d52c5cb7e8bf25cd18d3469add24.tar.gz upstream-11215fb23c50d52c5cb7e8bf25cd18d3469add24.tar.bz2 upstream-11215fb23c50d52c5cb7e8bf25cd18d3469add24.zip |
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@hauke-m.de>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.9 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index c44cebf6b3..7248360f02 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 |