[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH rc1 18/24] hw/avr: Introduce ATMEL_ATMEGA_MCU config
From: |
Thomas Huth |
Subject: |
Re: [PATCH rc1 18/24] hw/avr: Introduce ATMEL_ATMEGA_MCU config |
Date: |
Thu, 23 Jan 2020 06:04:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 23/01/2020 01.03, Richard Henderson wrote:
> From: Philippe Mathieu-Daudé <address@hidden>
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> Message-Id: <address@hidden>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
> hw/avr/Kconfig | 5 +++++
> 1 file changed, 5 insertions(+)
> create mode 100644 hw/avr/Kconfig
>
> diff --git a/hw/avr/Kconfig b/hw/avr/Kconfig
> new file mode 100644
> index 0000000000..da3b10afec
> --- /dev/null
> +++ b/hw/avr/Kconfig
> @@ -0,0 +1,5 @@
> +config ATMEL_ATMEGA_MCU
> + bool
> + select ATMEL_TIMER16
> + select ATMEL_USART
> + select ATMEL_POWER
Just my 0.02 €, but I'd rather squash it into the next patch.
Thomas
- [PATCH rc1 10/24] target/avr: Add instruction disassembly function, (continued)
- [PATCH rc1 10/24] target/avr: Add instruction disassembly function, Richard Henderson, 2020/01/22
- [PATCH rc1 14/24] target/avr: Add section about AVR into QEMU documentation, Richard Henderson, 2020/01/22
- [PATCH rc1 16/24] target/avr: Add machine none test, Richard Henderson, 2020/01/22
- [PATCH rc1 20/24] hw/avr: Add some Arduino boards, Richard Henderson, 2020/01/22
- [PATCH rc1 12/24] hw/timer: Add limited support for Atmel 16 bit timer peripheral, Richard Henderson, 2020/01/22
- [PATCH rc1 18/24] hw/avr: Introduce ATMEL_ATMEGA_MCU config, Richard Henderson, 2020/01/22
- Re: [PATCH rc1 18/24] hw/avr: Introduce ATMEL_ATMEGA_MCU config,
Thomas Huth <=
- [PATCH rc1 19/24] hw/avr: Add some ATmega microcontrollers, Richard Henderson, 2020/01/22
- [PATCH rc1 21/24] target/avr: Update build system, Richard Henderson, 2020/01/22
- [PATCH rc1 22/24] tests/boot-serial-test: Test some Arduino boards (AVR based), Richard Henderson, 2020/01/22
- [PATCH rc1 23/24] tests/acceptance: Test the Arduino MEGA2560 board, Richard Henderson, 2020/01/22
- [PATCH rc1 15/24] target/avr: Register AVR support with the rest of QEMU, Richard Henderson, 2020/01/22
- [PATCH rc1 13/24] hw/misc: Add Atmel power device, Richard Henderson, 2020/01/22
- [PATCH rc1 17/24] target/avr: Update MAINTAINERS file, Richard Henderson, 2020/01/22
- [PATCH rc1 24/24] .travis.yml: Run the AVR acceptance tests, Richard Henderson, 2020/01/22