Kconfig (1e2bae6ae8f6b404b295edd5ba11a0bb1566544c) | Kconfig (f6352424e37e7bf72291ceab87dc620172be0999) |
---|---|
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 || REGMAP_FSI) 8 select IRQ_DOMAIN if REGMAP_IRQ --- 27 unchanged lines hidden (view full) --- 36 tristate 37 38config REGMAP_MMIO 39 tristate 40 41config REGMAP_IRQ 42 bool 43 | 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 || REGMAP_FSI) 8 select IRQ_DOMAIN if REGMAP_IRQ --- 27 unchanged lines hidden (view full) --- 36 tristate 37 38config REGMAP_MMIO 39 tristate 40 41config REGMAP_IRQ 42 bool 43 |
44config REGMAP_RAM 45 tristate 46 |
|
44config REGMAP_SOUNDWIRE 45 tristate 46 depends on SOUNDWIRE 47 48config REGMAP_SOUNDWIRE_MBQ 49 tristate 50 depends on SOUNDWIRE 51 --- 15 unchanged lines hidden --- | 47config REGMAP_SOUNDWIRE 48 tristate 49 depends on SOUNDWIRE 50 51config REGMAP_SOUNDWIRE_MBQ 52 tristate 53 depends on SOUNDWIRE 54 --- 15 unchanged lines hidden --- |