• Guenter Roeck's avatar
    hwmon: (spd5118) Add configuration option for auto-detection · 9ecc1294
    Guenter Roeck authored
    With SPD5118 chip detection for the most part handled by the i2c-smbus
    core using DMI information, the spd5118 driver no longer needs to
    auto-detect spd5118 compliant chips.
    
    Auto-detection by the driver is still needed on systems with no DMI support
    or on systems with more than eight DIMMs and can not be removed entirely.
    However, it affects boot time and introduces the risk of mis-identifying
    chips. Add configuration option to be able to disable it on systems where
    chip detection is handled outside the driver.
    
    Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>
    Reviewed-by: default avatarThomas Weißschuh <linux@weissschuh.net>
    Tested-by: default avatarArmin Wolf <W_Armin@gmx.de>
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    9ecc1294
Kconfig 79.1 KB