diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:11 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 1550b0e6bfe3ab6985e5ad75df1c528a0ca39468 (patch) | |
tree | c2b3368c7060ea31ddef69d4ee639012713f59ed /default-configs/mips-softmmu-common.mak | |
parent | 02017ee385ef574133c4a978d368640772978178 (diff) | |
download | qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.zip qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.gz qemu-1550b0e6bfe3ab6985e5ad75df1c528a0ca39468.tar.bz2 |
i2c: express dependencies with Kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-38-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/mips-softmmu-common.mak')
-rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index 45c599b..0795d52 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -33,7 +33,6 @@ CONFIG_MC146818RTC=y CONFIG_EMPTY_SLOT=y CONFIG_MIPS_CPS=y CONFIG_MIPS_ITU=y -CONFIG_I2C=y CONFIG_R4K=y CONFIG_MALTA=y CONFIG_MIPSSIM=y |