Removed SBW from defaults. Added NRF to NHB12 and NHB12B boards.
[goodfet] / firmware / config.mk
index 29a33ce..2cf09bd 100644 (file)
@@ -27,11 +27,13 @@ endif
 
 ifneq (,$(findstring $(board),nhb12b))
 mcu := msp430x2618
+CONFIG_nrf = y
 platform := nhb12b
 endif
 
 ifneq (,$(findstring $(board),nhb12))
 mcu := msp430x2618
+CONFIG_nrf = y
 platform := nhb12
 endif
 
@@ -85,8 +87,6 @@ endif
 
 AVAILABLE_APPS = monitor spi jtag sbw jtag430 jtag430x2 i2c jtagarm7 ejtag jtagxscale openocd chipcon avr pic adc nrf ccspi glitch smartcard ps2 slc2 
 
-CONFIG_sbw         = y
-
 # defaults
 CONFIG_monitor    ?= y
 CONFIG_spi        ?= y