Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armvirt: fix missing watchdog core dependency for hwmon-sch5627 | Petr Štetiar | 2020-03-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Fixes following error uncovered while building armvirt/64 on 5.4: Package kmod-hwmon-sch5627 is missing dependencies for the following libraries: watchdog.ko That dependency was introduced in upstream via 2d8c7ff52c24 ("hwmon/sch56xx: Depend on watchdog for watchdog core functions") in v3.5. The issue emerged in 5.4 because the kconfig symbol CONFIG_WATCHDOG_CORE is now a tristate value. Previously it was a bool. Signed-off-by: Petr Štetiar <ynezz@true.cz> | ||||
* | armvirt: 5.4: kconfig sync | Yousong Zhou | 2020-03-10 | 1 | -7/+24 |
| | | | | | | | "make kernel_menuconfig CONFIG_TARGET=subtarget_platform" first, then move common ones to platform level config Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> | ||||
* | armvirt: add config-5.4 | Yousong Zhou | 2020-03-10 | 1 | -0/+226 |
Copied from config-4.19 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> |