qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v4 12/18] hw/avr: Introduce ATMEL_ATMEGA_MCU config


From: Philippe Mathieu-Daudé
Subject: [PATCH v4 12/18] hw/avr: Introduce ATMEL_ATMEGA_MCU config
Date: Mon, 20 Jan 2020 23:01:01 +0100

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/avr/Kconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hw/avr/Kconfig b/hw/avr/Kconfig
index 516b89c849..228eae7582 100644
--- a/hw/avr/Kconfig
+++ b/hw/avr/Kconfig
@@ -1,6 +1,9 @@
-config AVR_SAMPLE
+config ATMEL_ATMEGA_MCU
     bool
     select ATMEL_TIMER16
     select ATMEL_USART
     select ATMEL_POWER
+
+config AVR_SAMPLE
+    select ATMEL_ATMEGA_MCU
     select UNIMP
-- 
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]