Peter Stuge wrote:
Stefan Reinauer wrote:
Add Kconfig support to serialice shell..
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Just one comment, otherwise it's
Acked-by: Peter Stuge peter@stuge.se
Thank you... r16
+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?
d'uh! of course.