diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2019-03-02 11:32:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-02 12:03:56 +0100 |
commit | 142a0f83b216a607aebed42e54a1be620765e28c (patch) | |
tree | 20b517636a912f2f179069ff8518e5aecdc1544d /Documentation/driver-api/slimbus.rst | |
parent | dbbe358b13706d86d1945a010f5d2a34b8c81d06 (diff) |
habanalabs: adjust Kconfig to fix build errors
The driver use the HWMON framework to display various sensors information.
Therefore, CONFIG_HWMON must be included to prevent build errors.
This patch adds "select HWMON" to the driver's Kconfig file to make sure
HWMON is built. In addition, to avoid breaking dependencies, it adds
dependency on HAS_IOMEM because HWMON is dependent on HAS_IOMEM.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/slimbus.rst')
0 files changed, 0 insertions, 0 deletions