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