Convert CONFIG_PCI_GT64120 to Kconfig
[platform/kernel/u-boot.git] / include / configs / stm32mp13_st_common.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */
2 /*
3  * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
4  *
5  * Configuration settings for the STMicroelectronics STM32MP13x boards
6  */
7
8 #ifndef __CONFIG_STM32MP13_ST_COMMON_H__
9 #define __CONFIG_STM32MP13_ST_COMMON_H__
10
11 #define STM32MP_BOARD_EXTRA_ENV \
12         "usb_pgood_delay=1000\0" \
13         "console=ttySTM0\0"
14
15 #include <configs/stm32mp13_common.h>
16
17 #endif