File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed
Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -1887,16 +1887,6 @@ config SENSORS_SBTSI
18871887 This driver can also be built as a module. If so, the module will
18881888 be called sbtsi_temp.
18891889
1890- config SENSORS_SBRMI
1891- tristate "Emulated SB-RMI sensor"
1892- depends on I2C
1893- help
1894- If you say yes here you get support for emulated RMI
1895- sensors on AMD SoCs with APML interface connected to a BMC device.
1896-
1897- This driver can also be built as a module. If so, the module will
1898- be called sbrmi.
1899-
19001890config SENSORS_SHT15
19011891 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."
19021892 depends on GPIOLIB || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -647,4 +647,5 @@ source "drivers/misc/uacce/Kconfig"
647647source "drivers/misc/pvpanic/Kconfig"
648648source "drivers/misc/mchp_pci1xxxx/Kconfig"
649649source "drivers/misc/keba/Kconfig"
650+ source "drivers/misc/amd-sbi/Kconfig"
650651endmenu
Original file line number Diff line number Diff line change @@ -73,3 +73,4 @@ lan966x-pci-objs := lan966x_pci.o
7373lan966x-pci-objs += lan966x_pci.dtbo.o
7474obj-$(CONFIG_MCHP_LAN966X_PCI) += lan966x-pci.o
7575obj-y += keba/
76+ obj-y += amd-sbi/
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-only
2+ config AMD_SBRMI_I2C
3+ tristate "AMD side band RMI support"
4+ depends on I2C
5+ help
6+ Side band RMI over I2C support for AMD out of band management.
7+
8+ This driver can also be built as a module. If so, the module will
9+ be called sbrmi-i2c.
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0-only
2+ obj-$(CONFIG_AMD_SBRMI_I2C) += sbrmi.o
File renamed without changes.
You can’t perform that action at this time.
0 commit comments