1# ODROID-GO Game Kit configuration 2 3# Copyright (c) 2019 Yannis Damigos 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD 7 default "odroid_go" 8 depends on BOARD_ODROID_GO 9 10config DISK_DRIVER_SDMMC 11 default y if DISK_ACCESS 12 13config SPI 14 default y if DISK_DRIVER_SDMMC 15 16config ENTROPY_GENERATOR 17 default y 18 19config HEAP_MEM_POOL_SIZE 20 default 98304 if WIFI 21 default 40960 if BT 22 default 4096 23 24choice BT_HCI_BUS_TYPE 25 default BT_ESP32 if BT 26endchoice 27