menu "TKL Board Configuration" config LITTLE_END int "Little endian" default 1 ---help--- 0 /* big endian */ 1 /* little endian */ config FLASH_FILE_PATH string "flash file path" default "./tuyadb" config ENABLE_WIRED bool "Enable Wired" default y config ENABLE_WIFI bool "Enable WiFi" default n if (ENABLE_WIFI) config WLAN_DEV string "WiFi station device name" default "wlan0" config WLAN_AP string "WiFi AP device name" default "wlan0" endif config ENABLE_BLUETOOTH bool "Enable Bluetooth" default n config ENABLE_GPIO bool "ENABLE_GPIO" default y config ENABLE_I2C bool "ENABLE_I2C" default y config ENABLE_SPI bool "ENABLE_SPI" default y config ENABLE_PWM bool "Enable PWM" default n config PWM_SYSFS_CHIP int "Linux PWM sysfs chip index" depends on ENABLE_PWM default 0 config PWM_SYSFS_CHANNEL_BASE int "Linux PWM sysfs channel base" depends on ENABLE_PWM default 0 config ENABLE_UART bool "Enable UART" default n config TKL_UART_REDIRECT_LOG_TO_STDOUT bool "UART redirection (stdin/stdout/UDP) instead of hardware ttyAMA*" depends on ENABLE_UART default y config ENABLE_AUDIO bool default n config ENABLE_EXT_RAM bool default y config KWS_MODEL_PATH string "KWS model file path" depends on ENABLE_AUDIO default "" help Set the path of the KWS model file used for keyword spotting. config KWS_MODEL_TOKEN_PATH string "KWS model token file path" depends on ENABLE_AUDIO default "" help Set the path of the KWS model token file used for keyword spotting. endmenu