diff options
author | Yang Zhong <yang.zhong@intel.com> | 2019-01-23 14:56:16 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 58accbc508e123f20829ca95a306dd43ecbd0313 (patch) | |
tree | 58f748c6847b06a0107ef5e8dbf7983625f408e9 /hw/timer/Kconfig | |
parent | dd2356e5316eae78876602a57608e33e2de85e11 (diff) | |
download | 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 |