cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / sama7g54_curiosity.h
blobfe47236158ee2dd2acdffe5f0cada4a917a00545
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Configuration file for the SAMA7G54 CURIOSITY board.
5 * Copyright (C) 2024 Microchip Technology Inc. and its subsidiaries
7 * Author: Mihai Sain <mihai.sain@microchip.com>
9 */
11 #ifndef __CONFIG_H
12 #define __CONFIG_H
14 #define CFG_SYS_AT91_SLOW_CLOCK 32768
15 #define CFG_SYS_AT91_MAIN_CLOCK 24000000
17 #endif