Stefan Reinauer wrote: > Add Kconfig support to serialice shell.. > > Signed-off-by: Stefan Reinauer <[email protected]>
Just one comment, otherwise it's Acked-by: Peter Stuge <[email protected]> > +++ Kconfig (revision 0) .. > +config BOARD_ASUS_M2V_MX_SE > + bool "ASUS M2V-MX SE" .. > +config HAVE_SSE > + bool > + default y if BOARD_ASUS_M2V_MX_SE > + default n # otherwise > + > +config VIA_ROMSTRAP > + bool > + default y if BOARD_ASUS_M2V_MX_SE > + default n # otherwise Make these last two default n and have board config select them? //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

