MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / bmips_common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4  */
5
6 #ifndef __CONFIG_BMIPS_COMMON_H
7 #define __CONFIG_BMIPS_COMMON_H
8
9 #include <linux/sizes.h>
10
11 /* UART */
12 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200, \
13                                           230400, 500000, 1500000 }
14
15 #endif /* __CONFIG_BMIPS_COMMON_H */