Refactor the prj*conf files so that there is only one master
prj.conf and several overlay conf files that add / change
only minor subset of functionality.
Use the overlay files like so:
cmake -DBOARD=nrf52840_pca10056 \
-DOVERLAY_CONFIG=overlay-ot.conf ..
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
# USB Device settings
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_SYS_LOG_USB_DRIVER_LEVEL=3
|
|
CONFIG_SYS_LOG_USB_DEVICE_LEVEL=3
|
|
|
|
# Select USB Configurations
|
|
CONFIG_USB_DEVICE_NETWORK_ECM=y
|