Commit 331ed050 authored by Peter Robinson's avatar Peter Robinson Committed by Guenter Roeck
Browse files

hwmon: (aspeed-pwm-tacho) Add dependency on ARCH_ASPEED



The SENSORS_ASPEED is part of the Aspeed silicon so it makes
sense to depend on ARCH_ASPEED and for compile testing.

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20220916120936.372591-1-pbrobinson@gmail.com


Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 94c025b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -393,6 +393,7 @@ config SENSORS_ASB100

config SENSORS_ASPEED
	tristate "ASPEED AST2400/AST2500 PWM and Fan tach driver"
	depends on ARCH_ASPEED || COMPILE_TEST
	depends on THERMAL || THERMAL=n
	select REGMAP
	help