Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) | Kconfig (bf0d29fb51ff5e6c13097dbfed7b99e0e35b4a15) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Generic register map support. There are no user servicable options here, 3# this is an API intended to be used by other kernel subsystems. These 4# subsystems should select the appropriate symbols. 5 6config REGMAP | 1# SPDX-License-Identifier: GPL-2.0 2# Generic register map support. There are no user servicable options here, 3# this is an API intended to be used by other kernel subsystems. These 4# subsystems should select the appropriate symbols. 5 6config REGMAP |
7 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ || REGMAP_SOUNDWIRE || REGMAP_SOUNDWIRE_MBQ || REGMAP_SCCB || REGMAP_I3C || REGMAP_SPI_AVMM || REGMAP_MDIO) | 7 default y if (REGMAP_I2C || REGMAP_SPI || REGMAP_SPMI || REGMAP_W1 || REGMAP_AC97 || REGMAP_MMIO || REGMAP_IRQ || REGMAP_SOUNDWIRE || REGMAP_SOUNDWIRE_MBQ || REGMAP_SCCB || REGMAP_I3C || REGMAP_SPI_AVMM || REGMAP_MDIO || REGMAP_FSI) |
8 select IRQ_DOMAIN if REGMAP_IRQ 9 select MDIO_BUS if REGMAP_MDIO 10 bool 11 12config REGCACHE_COMPRESSED 13 select LZO_COMPRESS 14 select LZO_DECOMPRESS 15 bool --- 44 unchanged lines hidden (view full) --- 60 61config REGMAP_I3C 62 tristate 63 depends on I3C 64 65config REGMAP_SPI_AVMM 66 tristate 67 depends on SPI | 8 select IRQ_DOMAIN if REGMAP_IRQ 9 select MDIO_BUS if REGMAP_MDIO 10 bool 11 12config REGCACHE_COMPRESSED 13 select LZO_COMPRESS 14 select LZO_DECOMPRESS 15 bool --- 44 unchanged lines hidden (view full) --- 60 61config REGMAP_I3C 62 tristate 63 depends on I3C 64 65config REGMAP_SPI_AVMM 66 tristate 67 depends on SPI |
68 69config REGMAP_FSI 70 tristate 71 depends on FSI |
|