diff options
author | Corey Minyard <cminyard@mvista.com> | 2021-05-18 16:08:03 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-06-17 07:10:32 -0500 |
commit | 5e9ae4b1a31a17a72487372067a78b6afa68b68d (patch) | |
tree | 3411236ff04f4ab9a028910143c1d19bf21cc00f /hw/sensor/Kconfig | |
parent | 58f3e3fe69a66a5c27675faf3e7afa52e027e621 (diff) | |
download | qemu-5e9ae4b1a31a17a72487372067a78b6afa68b68d.zip qemu-5e9ae4b1a31a17a72487372067a78b6afa68b68d.tar.gz qemu-5e9ae4b1a31a17a72487372067a78b6afa68b68d.tar.bz2 |
sensor: Move hardware sensors from misc to a sensor directory
Lots of this are expected to be coming in, create a directory for them.
Also move the tmp105.h file into the include directory where it
should be.
Cc: Cédric Le Goater <clg@kaod.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Andrzej Zaborowski <balrogg@gmail.com>
Cc: qemu-arm@nongnu.org
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Acked-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/sensor/Kconfig')
-rw-r--r-- | hw/sensor/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/sensor/Kconfig b/hw/sensor/Kconfig new file mode 100644 index 0000000..097cb8f --- /dev/null +++ b/hw/sensor/Kconfig @@ -0,0 +1,11 @@ +config TMP105 + bool + depends on I2C + +config TMP421 + bool + depends on I2C + +config EMC141X + bool + depends on I2C |