diff options
author | Thomas Huth <thuth@redhat.com> | 2018-10-17 17:23:21 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-10-24 07:33:44 +0100 |
commit | eae2e2e96bfb75eb8cf3445a7933579871dbcee9 (patch) | |
tree | 9922876c8b3ffccb505e2b6092b737023e43613b /default-configs | |
parent | 3858ff763985fb9e9516cd36ae119562b9d61fea (diff) |
configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device
This device is not user-creatable and currently only used for the
"alpha" target. So if the user does not want to compile alpha-softmmu,
we should also not compile this device. Add a proper config switch to
be able to compile this more flexibly.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/alpha-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak index bbe361f01a..eb58b40254 100644 --- a/default-configs/alpha-softmmu.mak +++ b/default-configs/alpha-softmmu.mak @@ -19,3 +19,4 @@ CONFIG_IDE_CMD646=y CONFIG_I8259=y CONFIG_MC146818RTC=y CONFIG_ISA_TESTDEV=y +CONFIG_SMC37C669=y |