blob: fadde6a17a9f9161991a329a5d85ae2436f79a1a [file] [log] [blame]
Emanuele Di Santoc7514ad2019-01-11 15:58:59 +01001# The UART is used for Serial Recovery, so logging requires
2# an RTT console, which is not available out of the box on this board.
3# Disable logging.
4CONFIG_BOOT_HAVE_LOGGING=n
5
Emanuele Di Santo4d205252018-11-01 16:07:35 +01006# Serial
Emanuele Di Santo4a60ee72018-07-20 11:43:00 +02007CONFIG_SERIAL=y
8CONFIG_UART_NRFX=y
9CONFIG_UART_INTERRUPT_DRIVEN=y
10CONFIG_UART_LINE_CTRL=y
11
12# MCUBoot serial
13CONFIG_GPIO=y
14CONFIG_MCUBOOT_SERIAL=y
15CONFIG_BOOT_SERIAL_CDC_ACM=y
16CONFIG_BOOT_SERIAL_DETECT_PORT="GPIO_1"
17CONFIG_BOOT_SERIAL_DETECT_PIN=6
18
Emanuele Di Santo4a60ee72018-07-20 11:43:00 +020019# Required by USB
20CONFIG_MULTITHREADING=y
21
22# USB
23CONFIG_USB=y
24CONFIG_USB_DEVICE_STACK=y
25CONFIG_USB_DEVICE_PRODUCT="MCUBOOT"
26CONFIG_USB_CDC_ACM=y
27CONFIG_USB_COMPOSITE_DEVICE=n
28CONFIG_USB_MASS_STORAGE=n