diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:09 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | a7e23159074c9d774fb1e88357b778994a0c9365 (patch) | |
tree | c1a5c126f4f16baeb52469203e4f63ea810de3e8 /hw/dma/Kconfig | |
parent | 03b348bdcbd1eda4ce097b2b84527dec774d80c4 (diff) | |
download | qemu-a7e23159074c9d774fb1e88357b778994a0c9365.zip |
isa: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-36-yang.zhong@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/dma/Kconfig')
-rw-r--r-- | hw/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig index b9ce1c58c4..751dec5426 100644 --- a/hw/dma/Kconfig +++ b/hw/dma/Kconfig @@ -9,6 +9,7 @@ config PL330 config I82374 bool + select I8257 config I8257 bool |