# Kconfig settings for compiling and running the firmware on the host# processor for simulation purposes.ifMACH_SIMU
configBOARD_DIRECTORY
stringdefault"simulator"configSIMULATOR_SELECT
booldefaulty
selectHAVE_GPIO
selectHAVE_GPIO_ADC
selectHAVE_GPIO_SPI
selectHAVE_GPIO_HARD_PWM
configCLOCK_FREQ
intdefault20000000endif