On 23/01/2020 01.03, Richard Henderson wrote: > From: Philippe Mathieu-Daudé <[email protected]> > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > 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
