00001 /* 00002 * Temporary target-specific config.h for entropy collection 00003 * 00004 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 00005 * SPDX-License-Identifier: Apache-2.0 00006 * 00007 * Licensed under the Apache License, Version 2.0 (the "License"); you may 00008 * not use this file except in compliance with the License. 00009 * You may obtain a copy of the License at 00010 * 00011 * http://www.apache.org/licenses/LICENSE-2.0 00012 * 00013 * Unless required by applicable law or agreed to in writing, software 00014 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 00015 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00016 * See the License for the specific language governing permissions and 00017 * limitations under the License. 00018 * 00019 * This file is part of mbed TLS (https://tls.mbed.org) 00020 */ 00021 00022 #if defined(TARGET_LIKE_MBED) 00023 #define MBEDTLS_NO_PLATFORM_ENTROPY 00024 #undef MBEDTLS_HAVE_TIME_DATE 00025 #undef MBEDTLS_FS_IO 00026 #endif 00027 00028 /* 00029 * WARNING: this is temporary! 00030 * This should be in a separate yotta module which would be a target 00031 * dependency of mbedtls (see IOTSSL-313) 00032 */ 00033 #if defined(TARGET_LIKE_K64F) 00034 #define MBEDTLS_ENTROPY_HARDWARE_ALT 00035 #endif