aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2021-03-19 18:21:42 +1100
committerTom Rini <trini@konsulko.com>2021-04-12 17:45:40 -0400
commit5830b57bf9aeed1b072a54faa7d74f6d62cac4c6 (patch)
tree6b35e2545d52581b8e5ab49466caf5b2648f9aa8 /drivers/misc/Kconfig
parent69512551aa8453b8ea9d1c5c896de9b3ad9cbfdf (diff)
downloadu-boot-5830b57bf9aeed1b072a54faa7d74f6d62cac4c6.zip
u-boot-5830b57bf9aeed1b072a54faa7d74f6d62cac4c6.tar.gz
u-boot-5830b57bf9aeed1b072a54faa7d74f6d62cac4c6.tar.bz2
qemu: add MMIO driver for QFW
Add MMIO driver for QFW. Note that there is no consumer as of this patch. Signed-off-by: Asherah Connor <ashe@kivikakk.ee> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3a254eb..c650471 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -378,6 +378,13 @@ config QFW_PIO
Hidden option to enable PIO QEMU fw_cfg interface. This will be
selected by the appropriate QEMU board.
+config QFW_MMIO
+ bool
+ depends on QFW
+ help
+ Hidden option to enable MMIO QEMU fw_cfg interface. This will be
+ selected by the appropriate QEMU board.
+
config I2C_EEPROM
bool "Enable driver for generic I2C-attached EEPROMs"
depends on MISC