Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
commite117e9748f6946dcddfea6f157f9ab2b5f069f70
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 15:59:11 +0000 (8 15:59 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2022 13:30:20 +0000 (21 13:30 +0000)
tree30e3af9d4e19db08071e7dfd542a986a8d3ee897
parentb5bf5a53d1e02eb0c7fdc6271e10ebd0eda79813
Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus

For arm boards with an i2c bus which a user could reasonably
want to plug arbitrary devices, add 'imply I2C_DEVICES' to the
Kconfig stanza.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Message-id: 20220208155911.3408455-3-peter.maydell@linaro.org
hw/arm/Kconfig