From 812b31d3f91507160c367440c17715b62d5e0869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Wed, 7 Jul 2021 14:17:43 +0100 Subject: configs: rename default-configs to configs and reorganise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation for offering variation to our build configurations lets move everything and rename it to default. Common included base configs are also renamed. During the cleanup the stale usb.mak and pci.mak references were removed from MAINTAINERS. Signed-off-by: Alex Bennée Cc: Paolo Bonzini Reviewed-by: Richard Henderson Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org> Signed-off-by: Paolo Bonzini --- configs/devices/sh4-softmmu/default.mak | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/devices/sh4-softmmu/default.mak (limited to 'configs/devices/sh4-softmmu/default.mak') diff --git a/configs/devices/sh4-softmmu/default.mak b/configs/devices/sh4-softmmu/default.mak new file mode 100644 index 0000000000..565e8b0b5d --- /dev/null +++ b/configs/devices/sh4-softmmu/default.mak @@ -0,0 +1,11 @@ +# Default configuration for sh4eb-softmmu + +# Uncomment the following lines to disable these optional devices: +# +#CONFIG_PCI_DEVICES=n +#CONFIG_TEST_DEVICES=n + +# Boards: +# +CONFIG_R2D=y +CONFIG_SHIX=y -- cgit v1.2.3