You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
548 B
34 lines
548 B
# Copyright 2024 Rahul Arasikere <arasikere.rahul@gmail.com> |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
if BOARD_ARDUINO_PORTENTA_H7 |
|
|
|
if NETWORKING |
|
|
|
config REGULATOR |
|
default y |
|
|
|
config NET_L2_ETHERNET |
|
default y |
|
|
|
endif # NETWORKING |
|
|
|
if BOARD_ARDUINO_PORTENTA_H7_STM32H747XX_M7 |
|
|
|
source "boards/common/usb/Kconfig.cdc_acm_serial.defconfig" |
|
|
|
endif # BOARD_ARDUINO_PORTENTA_H7_STM32H747XX_M7 |
|
|
|
endif # BOARD_ARDUINO_PORTENTA_H7 |
|
|
|
if BT |
|
|
|
choice AIROC_PART |
|
default CYW4343W |
|
endchoice |
|
|
|
choice CYW4343W_MODULE |
|
default CYW4343W_MURATA_1DX |
|
endchoice |
|
|
|
endif # BT
|
|
|