Files
CherryUSB/demo/phytium-e2000/usbhost/sdkconfig.old
zhugengyu e2a4fb11d8 update
2022-09-22 22:12:09 +08:00

226 lines
4.5 KiB
Plaintext

#
# Freertos Configuration
#
CONFIG_TARGET_NAME="e2000d_freertos_a64"
CONFIG_XHCI_HOST_INSTANCE_0=y
# CONFIG_XHCI_HOST_INSTANCE_1 is not set
# end of Freertos Configuration
#
# Standalone Setting
#
CONFIG_USE_FREERTOS=y
#
# Arch Configuration
#
# CONFIG_TARGET_ARMV8_AARCH32 is not set
CONFIG_TARGET_ARMV8_AARCH64=y
CONFIG_USE_CACHE=y
CONFIG_USE_MMU=y
CONFIG_USE_SYS_TICK=y
# CONFIG_MMU_DEBUG_PRINTS is not set
# end of Arch Configuration
#
# Board Configuration
#
# CONFIG_TARGET_F2000_4 is not set
# CONFIG_TARGET_D2000 is not set
# CONFIG_TARGET_E2000Q is not set
CONFIG_TARGET_E2000D=y
# CONFIG_TARGET_E2000S is not set
CONFIG_TARGET_E2000=y
CONFIG_DEFAULT_DEBUG_PRINT_UART1=y
# CONFIG_DEFAULT_DEBUG_PRINT_UART0 is not set
# CONFIG_DEFAULT_DEBUG_PRINT_UART2 is not set
# end of Board Configuration
#
# Components Configuration
#
CONFIG_USE_SPI=y
CONFIG_USE_FSPIM=y
# CONFIG_USE_QSPI is not set
CONFIG_USE_GIC=y
CONFIG_ENABLE_GICV3=y
CONFIG_USE_SERIAL=y
#
# Usart Configuration
#
CONFIG_ENABLE_Pl011_UART=y
# end of Usart Configuration
# CONFIG_USE_GPIO is not set
# CONFIG_USE_ETH is not set
# CONFIG_USE_CAN is not set
# CONFIG_USE_I2C is not set
# CONFIG_USE_TIMER is not set
# CONFIG_USE_MIO is not set
# CONFIG_USE_SDMMC is not set
# CONFIG_USE_PCIE is not set
# CONFIG_USE_WDT is not set
CONFIG_USE_DMA=y
# CONFIG_ENABLE_FGDMA is not set
CONFIG_ENABLE_FDDMA=y
# CONFIG_USE_NAND is not set
# CONFIG_USE_RTC is not set
# CONFIG_USE_SATA is not set
# CONFIG_USE_USB is not set
# CONFIG_USE_ADC is not set
# CONFIG_USE_PWM is not set
# CONFIG_USE_IPC is not set
# end of Components Configuration
CONFIG_USE_NEW_LIBC=y
# end of Standalone Setting
#
# Building Option
#
# CONFIG_LOG_VERBOS is not set
CONFIG_LOG_DEBUG=y
# CONFIG_LOG_INFO is not set
# CONFIG_LOG_WARN is not set
# CONFIG_LOG_ERROR is not set
# CONFIG_LOG_NONE is not set
CONFIG_USE_DEFAULT_INTERRUPT_CONFIG=y
CONFIG_INTERRUPT_ROLE_MASTER=y
# CONFIG_INTERRUPT_ROLE_SLAVE is not set
CONFIG_LOG_EXTRA_INFO=y
# CONFIG_BOOTUP_DEBUG_PRINTS is not set
#
# Linker Options
#
# CONFIG_AARCH32_RAM_LD is not set
CONFIG_AARCH64_RAM_LD=y
# CONFIG_USER_DEFINED_LD is not set
CONFIG_LINK_SCRIPT_ROM=y
CONFIG_ROM_START_UP_ADDR=0x80100000
CONFIG_ROM_SIZE_MB=1
CONFIG_LINK_SCRIPT_RAM=y
CONFIG_RAM_START_UP_ADDR=0x81000000
CONFIG_RAM_SIZE_MB=64
CONFIG_HEAP_SIZE=1
CONFIG_STACK_SIZE=0x100000
CONFIG_FPU_STACK_SIZE=0x1000
# end of Linker Options
#
# Compiler Options
#
CONFIG_OUTPUT_BINARY=y
# end of Compiler Options
# end of Building Option
#
# Component Configuration
#
#
# Freertos Uart Drivers
#
CONFIG_FREERTOS_USE_UART=y
# end of Freertos Uart Drivers
#
# Freertos Pwm Drivers
#
# CONFIG_FREERTOS_USE_PWM is not set
# end of Freertos Pwm Drivers
#
# Freertos Qspi Drivers
#
# CONFIG_FREERTOS_USE_QSPI is not set
# end of Freertos Qspi Drivers
#
# Freertos Wdt Drivers
#
# CONFIG_FREERTOS_USE_WDT is not set
# end of Freertos Wdt Drivers
#
# Freertos Eth Drivers
#
# CONFIG_FREERTOS_USE_XMAC is not set
# end of Freertos Eth Drivers
#
# Freertos Gpio Drivers
#
# CONFIG_FREERTOS_USE_GPIO is not set
# end of Freertos Gpio Drivers
#
# Freertos Spim Drivers
#
CONFIG_FREERTOS_USE_FSPIM=y
# end of Freertos Spim Drivers
#
# Freertos DMA Drivers
#
CONFIG_FREERTOS_USE_FDDMA=y
# CONFIG_FREERTOS_USE_FGDMA is not set
# end of Freertos DMA Drivers
#
# Freertos MMC Drivers
#
# CONFIG_FREERTOS_USE_FSDIO is not set
# end of Freertos MMC Drivers
#
# Freertos Adc Drivers
#
# CONFIG_FREERTOS_USE_ADC is not set
# end of Freertos Adc Drivers
# end of Component Configuration
#
# FreeRTOS Setting
#
# CONFIG_USE_LWIP is not set
CONFIG_USE_BACKTRACE=y
# CONFIG_USE_FATFS is not set
# CONFIG_USE_SFUD is not set
# CONFIG_USE_SPIFFS is not set
# CONFIG_USE_AMP is not set
CONFIG_USE_LETTER_SHELL=y
#
# Letter Shell Configuration
#
CONFIG_LS_PL011_UART=y
CONFIG_DEFAULT_LETTER_SHELL_USE_UART1=y
# CONFIG_DEFAULT_LETTER_SHELL_USE_UART0 is not set
# CONFIG_DEFAULT_LETTER_SHELL_USE_UART2 is not set
# end of Letter Shell Configuration
CONFIG_USE_TLSF=y
# CONFIG_USE_SDMMC_CMD is not set
CONFIG_USE_CHERRY_USB=y
#
# CherryUSB Configuration
#
CONFIG_CHERRY_USB_PORT_XHCI=y
# CONFIG_CHERRY_USB_PORT_PHYTIUM_OTG is not set
CONFIG_CHERRYUSB_HOST=y
# CONFIG_CHERRYUSB_DEVICE is not set
CONFIG_CHERRY_USB_HOST_HUB=y
CONFIG_CHERRY_USB_HOST_MSC=y
CONFIG_CHERRY_USB_HOST_HID=y
# CONFIG_CHERRY_USB_HOST_MTP is not set
# CONFIG_CHERRY_USB_HOST_CDC is not set
# CONFIG_CHERRY_USB_HOST_PRINTER is not set
# CONFIG_CHERRY_USB_HOST_AXU_NET is not set
# CONFIG_CHERRY_USB_HOST_RNDIS_WIRELESS is not set
# end of CherryUSB Configuration
# end of FreeRTOS Setting