WIP: bcm63xx: SFR NB6V support
[openwrt/staging/noltari.git] / target / linux / bcm63xx / patches-5.4 / 900-hwmon-nb6.patch
1 --- a/drivers/hwmon/Kconfig
2 +++ b/drivers/hwmon/Kconfig
3 @@ -992,6 +992,17 @@ config SENSORS_MENF21BMC_HWMON
4 This driver can also be built as a module. If so the module
5 will be called menf21bmc_hwmon.
6
7 +config SENSORS_NB6_HWMON
8 + tristate "SFR NeufBox 6 (NB6) Hardware Monitoring"
9 + depends on I2C
10 + depends on PWM
11 + help
12 + If you say yes here you get support for SFR NeufBox 6 PWM LEDs,
13 + temperature and voltage sensors.
14 +
15 + This driver can also be built as a module. If so, the module
16 + will be called nb6-hwmon.
17 +
18 config SENSORS_ADCXX
19 tristate "National Semiconductor ADCxxxSxxx"
20 depends on SPI_MASTER
21 --- a/drivers/hwmon/Makefile
22 +++ b/drivers/hwmon/Makefile
23 @@ -132,6 +132,7 @@ obj-$(CONFIG_SENSORS_MCP3021) += mcp3021
24 obj-$(CONFIG_SENSORS_TC654) += tc654.o
25 obj-$(CONFIG_SENSORS_MLXREG_FAN) += mlxreg-fan.o
26 obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o
27 +obj-$(CONFIG_SENSORS_NB6_HWMON) += nb6-hwmon.o
28 obj-$(CONFIG_SENSORS_NCT6683) += nct6683.o
29 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
30 obj-$(CONFIG_SENSORS_NCT7802) += nct7802.o