1# Copyright (c) 2022-2024 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4if I2C_DW 5config I2C_DW_CLOCK_SPEED 6 default 200 7endif # I2C_DW 8 9if USB_DEVICE_STACK 10config USB_DW_USB_2_0 11 default y 12config USB_DEVICE_DRIVER 13 default y 14endif # USB_DEVICE_STACK 15 16if NETWORKING 17 18config NET_L2_ETHERNET 19 default y 20config TEST_RANDOM_GENERATOR 21 default y 22 23endif # NETWORKING 24