[coreboot] [PATCH] Kconfig support for SerialICE shell

Peter Stuge peter at stuge.se
Sun Oct 11 23:57:47 CEST 2009


Stefan Reinauer wrote:
> Add Kconfig support to serialice shell..
> 
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

Just one comment, otherwise it's

Acked-by: Peter Stuge <peter at stuge.se>


> +++ 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




More information about the coreboot mailing list