]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'samsung-defconfig-5.6' of https://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Mon, 20 Jan 2020 19:20:21 +0000 (11:20 -0800)
committerOlof Johansson <olof@lixom.net>
Mon, 20 Jan 2020 19:20:23 +0000 (11:20 -0800)
commit5ee2e9a759312f99da2b5fc82ff1240d1e32e1d7
tree8f0f571837eff41a81c898e2247aa7cbb61e80b9
parent635bac7b9adc608ac04f9b13bcc382acafcf0f18
parent15b218552a3dc47fb0f80812a393ed32b98415dd
Merge tag 'samsung-defconfig-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/defconfig

Samsung defconfig changes for v5.6

1. Bring back explicitly wanted options which were removed through
   `make savedefconfig`.  savedefconfig removes options selected by
   other symbol, however developers of this other symbol can remove
   anytime 'select' statement.
2. Enable NFS v4.1 and v4.2, useful in testing/CI systems.
3. Enable thermal throttling through devfreq framework.

* tag 'samsung-defconfig-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: multi_v7_defconfig: Enable devfreq thermal integration
  ARM: exynos_defconfig: Enable devfreq thermal integration
  ARM: multi_v7_defconfig: Enable NFS v4.1 and v4.2
  ARM: exynos_defconfig: Enable NFS v4.1 and v4.2
  ARM: exynos_defconfig: Bring back explicitly wanted options

Link: https://lore.kernel.org/r/20200120180227.9061-1-krzk@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>