summaryrefslogtreecommitdiffstats
path: root/accel/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* accel/Kconfig: Add the TCG selectorPhilippe Mathieu-Daudé2020-07-111-0/+3
| | | | | | | | | | | | Expose the CONFIG_TCG selector to let minikconf.py uses it. When building with --disable-tcg build, this helps to deselect devices that are TCG-dependent. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* accel/Kconfig: Extract accel selectors into their own configPhilippe Mathieu-Daudé2020-07-111-0/+6
Move the accel selectors from the global Kconfig.host to their own Kconfig file. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>