diff options
| author | Yang Zhong | 2019-01-23 07:56:16 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
| commit | 58accbc508e123f20829ca95a306dd43ecbd0313 (patch) | |
| tree | 58f748c6847b06a0107ef5e8dbf7983625f408e9 /hw/timer/Kconfig | |
| parent | ipmi: express dependencies with kconfig (diff) | |
| download | qemu-58accbc508e123f20829ca95a306dd43ecbd0313.tar.gz qemu-58accbc508e123f20829ca95a306dd43ecbd0313.tar.xz qemu-58accbc508e123f20829ca95a306dd43ecbd0313.zip | |
i386-softmmu.mak: remove all CONFIG_* except boards definitions
%-softmmu.mak only keep boards definitions in Kconfig mode.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-43-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/timer/Kconfig')
| -rw-r--r-- | hw/timer/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig index a021c742de..51921eb63f 100644 --- a/hw/timer/Kconfig +++ b/hw/timer/Kconfig @@ -15,6 +15,7 @@ config DS1338 config HPET bool + default y if PC config I8254 bool |
