[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 04/22] avr: switch boards to "default y"
|
From: |
Paolo Bonzini |
|
Subject: |
[PATCH 04/22] avr: switch boards to "default y" |
|
Date: |
Tue, 23 Apr 2024 15:15:54 +0200 |
Some targets use "default y" for boards to filter out those that require
TCG. For consistency we are switching all other targets to do the same.
Continue with AVR.
No changes to generated config-devices.mak file.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
configs/devices/avr-softmmu/default.mak | 5 ++---
hw/avr/Kconfig | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/configs/devices/avr-softmmu/default.mak
b/configs/devices/avr-softmmu/default.mak
index 80218add98c..4207e7b3ce2 100644
--- a/configs/devices/avr-softmmu/default.mak
+++ b/configs/devices/avr-softmmu/default.mak
@@ -1,5 +1,4 @@
# Default configuration for avr-softmmu
-# Boards:
-#
-CONFIG_ARDUINO=y
+# Boards are selected by default, uncomment to keep out of the build.
+# CONFIG_ARDUINO=n
diff --git a/hw/avr/Kconfig b/hw/avr/Kconfig
index d31298c3cce..b29937be414 100644
--- a/hw/avr/Kconfig
+++ b/hw/avr/Kconfig
@@ -5,5 +5,8 @@ config AVR_ATMEGA_MCU
select AVR_POWER
config ARDUINO
+ bool
+ default y
+ depends on AVR
select AVR_ATMEGA_MCU
select UNIMP
--
2.44.0
- [PATCH 00/22] configs: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 01/22] configs: list "implied" device groups in the default configs, Paolo Bonzini, 2024/04/23
- [PATCH 02/22] alpha: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 03/22] arm: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 05/22] cris: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 04/22] avr: switch boards to "default y",
Paolo Bonzini <=
- [PATCH 06/22] hppa: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 07/22] i386: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 08/22] loongarch: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 09/22] m68k: switch boards to "default y", Paolo Bonzini, 2024/04/23
- [PATCH 10/22] microblaze: switch boards to "default y", Paolo Bonzini, 2024/04/23