samples: wpan_serial: Create cc2520 overlay

Create cc2520 overlay file. Can be used with:

cmake -DBOARD=quark_se_c1000_devboard \
  -DOVERLAY_CONFIG=overlay-cc2520.conf ..

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2018-07-17 12:50:51 +03:00 committed by Anas Nashif
parent 095d8070db
commit 80e4321a5b

View file

@ -0,0 +1,2 @@
CONFIG_IEEE802154_CC2520=y
CONFIG_NET_CONFIG_IEEE802154_DEV_NAME="cc2520"