aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2011-07-12 10:15:19 -0400
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-07-28 14:47:53 -0400
commit9d2ecfb768bd2f8b41816a23b0f1dda026fef41d (patch)
tree7424d830c0b8475d2c872ec0bd1953b354c01094 /drivers/hwmon/Kconfig
parentc814a4c7c4aad795835583344353963a0a673eb0 (diff)
hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus
Since the number of PMBus drivers is getting large, move them into directory drivers/hwmon/pmbus to improve readability and scalability. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig87
1 files changed, 1 insertions, 86 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 38c2adba8381..8924820f0966 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -841,92 +841,7 @@ config SENSORS_PCF8591
841 These devices are hard to detect and rarely found on mainstream 841 These devices are hard to detect and rarely found on mainstream
842 hardware. If unsure, say N. 842 hardware. If unsure, say N.
843 843
844config PMBUS 844source drivers/hwmon/pmbus/Kconfig
845 tristate "PMBus support"
846 depends on I2C && EXPERIMENTAL
847 default n
848 help
849 Say yes here if you want to enable PMBus support.
850
851 This driver can also be built as a module. If so, the module will
852 be called pmbus_core.
853
854if PMBUS
855
856config SENSORS_PMBUS
857 tristate "Generic PMBus devices"
858 default n
859 help
860 If you say yes here you get hardware monitoring support for generic
861 PMBus devices, including but not limited to BMR450, BMR451, BMR453,
862 BMR454, and LTC2978.
863
864 This driver can also be built as a module. If so, the module will
865 be called pmbus.
866
867config SENSORS_ADM1275
868 tristate "Analog Devices ADM1275"
869 default n
870 help
871 If you say yes here you get hardware monitoring support for Analog
872 Devices ADM1275 Hot-Swap Controller and Digital Power Monitor.
873
874 This driver can also be built as a module. If so, the module will
875 be called adm1275.
876
877config SENSORS_MAX16064
878 tristate "Maxim MAX16064"
879 default n
880 help
881 If you say yes here you get hardware monitoring support for Maxim
882 MAX16064.
883
884 This driver can also be built as a module. If so, the module will
885 be called max16064.
886
887config SENSORS_MAX34440
888 tristate "Maxim MAX34440/MAX34441"
889 default n
890 help
891 If you say yes here you get hardware monitoring support for Maxim
892 MAX34440 and MAX34441.
893
894 This driver can also be built as a module. If so, the module will
895 be called max34440.
896
897config SENSORS_MAX8688
898 tristate "Maxim MAX8688"
899 default n
900 help
901 If you say yes here you get hardware monitoring support for Maxim
902 MAX8688.
903
904 This driver can also be built as a module. If so, the module will
905 be called max8688.
906
907config SENSORS_UCD9000
908 tristate "TI UCD90120, UCD90124, UCD9090, UCD90910"
909 default n
910 help
911 If you say yes here you get hardware monitoring support for TI
912 UCD90120, UCD90124, UCD9090, UCD90910 Sequencer and System Health
913 Controllers.
914
915 This driver can also be built as a module. If so, the module will
916 be called ucd9000.
917
918config SENSORS_UCD9200
919 tristate "TI UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, UCD9248"
920 default n
921 help
922 If you say yes here you get hardware monitoring support for TI
923 UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and UCD9248
924 Digital PWM System Controllers.
925
926 This driver can also be built as a module. If so, the module will
927 be called ucd9200.
928
929endif # PMBUS
930 845
931config SENSORS_SHT15 846config SENSORS_SHT15
932 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 847 tristate "Sensiron humidity and temperature sensors. SHT15 and compat."