1f1cbca2bSHatim RV /* 2f1cbca2bSHatim RV * Copyright (C) 2012 Samsung Electronics 3f1cbca2bSHatim RV * 4f1cbca2bSHatim RV * Configuration settings for the SAMSUNG SMDK5250 board. 5f1cbca2bSHatim RV * 61a459660SWolfgang Denk * SPDX-License-Identifier: GPL-2.0+ 7f1cbca2bSHatim RV */ 8f1cbca2bSHatim RV 9f1cbca2bSHatim RV #ifndef __CONFIG_SMDK_H 10f1cbca2bSHatim RV #define __CONFIG_SMDK_H 11f1cbca2bSHatim RV 12*4c7bb1d2SSimon Glass #include <configs/exynos5250-common.h> 13f1cbca2bSHatim RV 14f1cbca2bSHatim RV 15e6fe968bSAkshay Saraswat /* Enable FIT support and comparison */ 16e6fe968bSAkshay Saraswat #define CONFIG_FIT 17e6fe968bSAkshay Saraswat #define CONFIG_FIT_BEST_MATCH 18e6fe968bSAkshay Saraswat 19f1cbca2bSHatim RV #endif /* __CONFIG_SMDK_H */ 20