Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2009-2015 |
| 4 | * Marvell Semiconductor <www.marvell.com> |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _CONFIG_MARVELL_PLUG_H |
| 8 | #define _CONFIG_MARVELL_PLUG_H |
| 9 | |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 10 | /* |
| 11 | * High Level Configuration Options (easy to change) |
| 12 | */ |
| 13 | #define CONFIG_KW88F6281 1 /* SOC Name */ |
| 14 | #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ |
| 15 | |
| 16 | /* Add target to build it automatically upon "make" */ |
| 17 | #define CONFIG_BUILD_TARGET "u-boot.kwb" |
| 18 | |
| 19 | /* |
| 20 | * Compression configuration |
| 21 | */ |
| 22 | #ifdef CONFIG_SYS_MVFS |
| 23 | #define CONFIG_BZIP2 |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 24 | #endif /* CONFIG_SYS_MVFS */ |
| 25 | |
| 26 | /* |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 27 | * Commands configuration |
| 28 | */ |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 29 | |
| 30 | /* |
| 31 | * Extra file system |
| 32 | */ |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 33 | |
| 34 | /* |
| 35 | * mv-common.h should be defined after CMD configs since it used them |
| 36 | * to enable certain macros |
| 37 | */ |
| 38 | #include "mv-common.h" |
| 39 | |
| 40 | /* |
| 41 | * RTC driver configuration |
| 42 | */ |
| 43 | #ifdef CONFIG_CMD_DATE |
| 44 | #define CONFIG_RTC_MV |
| 45 | #endif /* CONFIG_CMD_DATE */ |
| 46 | |
Quentin Armitage | 38c0e86 | 2015-10-28 00:47:21 +0000 | [diff] [blame] | 47 | #endif /* _CONFIG_MARVELL_PLUG_H */ |