ipq807x: move AQR driver from built-in to kmod
authorRobert Marko <robimarko@gmail.com>
Wed, 15 Feb 2023 16:05:30 +0000 (17:05 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 15 Feb 2023 22:29:01 +0000 (23:29 +0100)
commit8c3bcc1989ac5fb596da86bfd82af6f8aafca1ab
tree49ed0c483e8807782d74ad84d2dc9969f21f7cae
parent061e863baef89776ede9478384458c434ccbf434
ipq807x: move AQR driver from built-in to kmod

ipq807x does not compile-in hwmon core, and this is leading to the hwmon
code in AQR driver not being compiled due to IS_REACHABLE(CONFIG_HWMON)
evaluating to false as hwmon is being built as a module.

So, lets not compile-in Aquantia PHY driver so it can be included as kmod
instead to have functioning hwmon.

This allows using the thermal sensors in AQR-s as thermal zones for
cooling devices like fans.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq807x/Makefile
target/linux/ipq807x/config-5.15