Kconfig (f6352424e37e7bf72291ceab87dc620172be0999) | Kconfig (2238959b6ad27040275439edd6893e309bc729a3) |
---|---|
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 9 select MDIO_BUS if REGMAP_MDIO 10 bool 11 | 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 9 select MDIO_BUS if REGMAP_MDIO 10 bool 11 |
12config REGMAP_KUNIT 13 tristate "KUnit tests for regmap" 14 depends on KUNIT 15 default KUNIT_ALL_TESTS 16 select REGMAP 17 select REGMAP_RAM 18 |
|
12config REGMAP_AC97 13 tristate 14 15config REGMAP_I2C 16 tristate 17 depends on I2C 18 19config REGMAP_SLIMBUS --- 50 unchanged lines hidden --- | 19config REGMAP_AC97 20 tristate 21 22config REGMAP_I2C 23 tristate 24 depends on I2C 25 26config REGMAP_SLIMBUS --- 50 unchanged lines hidden --- |