Kconfig (2a906db2824b75444982f5e9df870106982afca8) Kconfig (f3e893626abeac3cdd9ba41d3395dc6c1b7d5ad6)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multifunction miscellaneous devices
4#
5
6if HAS_IOMEM
7menu "Multifunction device drivers"
8

--- 949 unchanged lines hidden (view full) ---

958 The device supports multiple sub-devices like LED, HWMON and WDT.
959 This driver provides common support for accessing the devices;
960 additional drivers must be enabled in order to use the
961 functionality of the BMC device.
962
963 This driver can also be built as a module. If so the module
964 will be called menf21bmc.
965
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Multifunction miscellaneous devices
4#
5
6if HAS_IOMEM
7menu "Multifunction device drivers"
8

--- 949 unchanged lines hidden (view full) ---

958 The device supports multiple sub-devices like LED, HWMON and WDT.
959 This driver provides common support for accessing the devices;
960 additional drivers must be enabled in order to use the
961 functionality of the BMC device.
962
963 This driver can also be built as a module. If so the module
964 will be called menf21bmc.
965
966config MFD_OCELOT
967 tristate "Microsemi Ocelot External Control Support"
968 depends on SPI_MASTER
969 select MFD_CORE
970 select REGMAP_SPI
971 help
972 Ocelot is a family of networking chips that support multiple ethernet
973 and fibre interfaces. In addition to networking, they contain several
974 other functions, including pinctrl, MDIO, and communication with
975 external chips. While some chips have an internal processor capable of
976 running an OS, others don't. All chips can be controlled externally
977 through different interfaces, including SPI, I2C, and PCIe.
978
979 Say yes here to add support for Ocelot chips (VSC7511, VSC7512,
980 VSC7513, VSC7514) controlled externally.
981
982 To compile this driver as a module, choose M here: the module will be
983 called ocelot-soc.
984
985 If unsure, say N.
986
966config EZX_PCAP
967 bool "Motorola EZXPCAP Support"
968 depends on SPI_MASTER
969 help
970 This enables the PCAP ASIC present on EZX Phones. This is
971 needed for MMC, TouchScreen, Sound, USB, etc..
972
973config MFD_CPCAP

--- 1232 unchanged lines hidden ---
987config EZX_PCAP
988 bool "Motorola EZXPCAP Support"
989 depends on SPI_MASTER
990 help
991 This enables the PCAP ASIC present on EZX Phones. This is
992 needed for MMC, TouchScreen, Sound, USB, etc..
993
994config MFD_CPCAP

--- 1232 unchanged lines hidden ---