Kconfig (2ef6765ccaab2c69470d7049d9a9bf6456a6e666) Kconfig (7d6f7fb053ad543da74119df3c4cd7bb46220471)
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)
8 select IRQ_DOMAIN if REGMAP_IRQ

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

16
17config REGMAP_AC97
18 tristate
19
20config REGMAP_I2C
21 tristate
22 depends on I2C
23
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)
8 select IRQ_DOMAIN if REGMAP_IRQ

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

16
17config REGMAP_AC97
18 tristate
19
20config REGMAP_I2C
21 tristate
22 depends on I2C
23
24config REGMAP_SLIMBUS
25 tristate
26 depends on SLIMBUS
27
24config REGMAP_SPI
25 tristate
26 depends on SPI
27
28config REGMAP_SPMI
29 tristate
30 depends on SPMI
31

--- 12 unchanged lines hidden ---
28config REGMAP_SPI
29 tristate
30 depends on SPI
31
32config REGMAP_SPMI
33 tristate
34 depends on SPMI
35

--- 12 unchanged lines hidden ---