mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
Rename the project configuration files to pass the build. The Makefile specifies the following format for the conf file: prj_BOARD_PROF.conf. However, there are two files with the following format: prj_BOARD_IFACE_PROF.conf. So, rename them to avoid build errors. Change-Id: I75e0d4169db881583b5f9a2b67deee46f66b6c97 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
42 lines
980 B
Plaintext
42 lines
980 B
Plaintext
#
|
|
# console
|
|
#
|
|
CONFIG_CONSOLE_HANDLER=y
|
|
CONFIG_CONSOLE_SHELL=y
|
|
CONFIG_PRINTK=y
|
|
#
|
|
# networking
|
|
#
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_IP_BUF_RX_SIZE=5
|
|
CONFIG_IP_BUF_TX_SIZE=5
|
|
CONFIG_NETWORKING_WITH_IPV4=y
|
|
CONFIG_NETWORKING_WITH_TCP=y
|
|
#CONFIG_NETWORKING_WITH_LOGGING=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_NET_BUF=y
|
|
#CONFIG_DEBUG_IP_BUFS=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6_DS=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6_ICMPV6=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6_ND=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6_NBR_CACHE=y
|
|
#CONFIG_NETWORK_IP_STACK_DEBUG_IPV6_ROUTE=y
|
|
#
|
|
# Ethernet
|
|
#
|
|
CONFIG_ETHERNET=y
|
|
#CONFIG_ETHERNET_DEBUG=y
|
|
CONFIG_ETH_DW=y
|
|
CONFIG_PCI_ENUMERATION=y
|
|
#
|
|
# Profiler
|
|
#
|
|
CONFIG_RING_BUFFER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=10000
|
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
|
CONFIG_UART_NS16550_PORT_1_BAUD_RATE=921600
|
|
CONFIG_UART_NS16550_PORT_0=n
|
|
CONFIG_KERNEL_EVENT_LOGGER_DYNAMIC=y
|