Kconfig: Remove some symbols from the whitelist
[platform/kernel/u-boot.git] / include / configs / mv-plug-common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2009-2015
4  * Marvell Semiconductor <www.marvell.com>
5  */
6
7 #ifndef _CONFIG_MARVELL_PLUG_H
8 #define _CONFIG_MARVELL_PLUG_H
9
10 /*
11  * High Level Configuration Options (easy to change)
12  */
13 #define CONFIG_KW88F6281        1       /* SOC Name */
14
15 /*
16  * mv-common.h should be defined after CMD configs since it used them
17  * to enable certain macros
18  */
19 #include "mv-common.h"
20
21 #endif /* _CONFIG_MARVELL_PLUG_H */