diff options
Diffstat (limited to 'hw/i2c/Kconfig')
-rw-r--r-- | hw/i2c/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig index 8217cb5..9bb8870 100644 --- a/hw/i2c/Kconfig +++ b/hw/i2c/Kconfig @@ -1,6 +1,11 @@ config I2C bool +config I2C_DEVICES + # Device group for i2c devices which can reasonably be user-plugged + # to any board's i2c bus + bool + config SMBUS bool select I2C |