OSDN Git Service

arm/Kconfig: Keep Kconfig default entries in default.mak as documentation
authorFabiano Rosas <farosas@suse.de>
Tue, 23 May 2023 18:05:24 +0000 (15:05 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 May 2023 14:50:17 +0000 (15:50 +0100)
commitda324efb179cc86e6c8751a59dc215e510836b6d
tree64fe33802b7659d4d5ffa9b8df210b8bb42e2d38
parent257a5ec524374bd00da38b30dddfef1d96ca96f4
arm/Kconfig: Keep Kconfig default entries in default.mak as documentation

When we moved the arm default CONFIGs into Kconfig and removed them
from default.mak, we made it harder to identify which CONFIGs are
selected by default in case users want to disable them.

Bring back the default entries into default.mak, but keep them
commented out. This way users can keep their workflows of editing
default.mak to remove build options without needing to search through
Kconfig.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20230523180525.29994-3-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configs/devices/aarch64-softmmu/default.mak
configs/devices/arm-softmmu/default.mak