diff options
author | Mike Pagano <mpagano@gentoo.org> | 2020-05-04 16:58:59 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2020-05-04 16:58:59 -0400 |
commit | 6664485fa485389a7dc56f27dc52dff43bfb6bbd (patch) | |
tree | d2a963ef849f7f4f07bac3f758c007a93be8a8a5 /2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch | |
parent | Update distro Kconfig to support needed options for elogind (diff) | |
download | linux-patches-6664485fa485389a7dc56f27dc52dff43bfb6bbd.tar.gz linux-patches-6664485fa485389a7dc56f27dc52dff43bfb6bbd.tar.bz2 linux-patches-6664485fa485389a7dc56f27dc52dff43bfb6bbd.zip |
Adding genpatches. Detail in full log
Support for namespace user.pax.* on tmpfs.
Enable link security restrictions by default.
Bluetooth: Check key sizes only when Secure Simple Pairing is
enabled. See bug #686758.This hid-apple patch enables swapping
of the FN and left Control keys and some additional on some
apple keyboards. See bug #622902.Add Gentoo Linux support
config settings and defaults. Kernel patch enables gcc >= v9.1
optimizations for additional CPUs. Patch to tmp513 to require
REGMAP_I2C for building. Add support for ZSTD-compressed kernel
and initramfs (use=experimental)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to '2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch')
-rw-r--r-- | 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch new file mode 100644 index 00000000..43356857 --- /dev/null +++ b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch @@ -0,0 +1,30 @@ +From dc328d75a6f37f4ff11a81ae16b1ec88c3197640 Mon Sep 17 00:00:00 2001 +From: Mike Pagano <mpagano@gentoo.org> +Date: Mon, 23 Mar 2020 08:20:06 -0400 +Subject: [PATCH 1/1] This driver requires REGMAP_I2C to build. Select it by + default in Kconfig. Reported at gentoo bugzilla: + https://bugs.gentoo.org/710790 +Cc: mpagano@gentoo.org + +Reported-by: Phil Stracchino <phils@caerllewys.net> + +Signed-off-by: Mike Pagano <mpagano@gentoo.org> +--- + drivers/hwmon/Kconfig | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig +index 47ac20aee06f..530b4f29ba85 100644 +--- a/drivers/hwmon/Kconfig ++++ b/drivers/hwmon/Kconfig +@@ -1769,6 +1769,7 @@ config SENSORS_TMP421 + config SENSORS_TMP513 + tristate "Texas Instruments TMP513 and compatibles" + depends on I2C ++ select REGMAP_I2C + help + If you say yes here you get support for Texas Instruments TMP512, + and TMP513 temperature and power supply sensor chips. +-- +2.24.1 + |