You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.3 KiB

menu "Driver"
osource "drivers/base/Kconfig"
osource "drivers/interrupt/Kconfig"
osource "drivers/timer/Kconfig"
config LOSCFG_DRIVERS_UART_LINUX
bool
help
uart is implemented using the Linux driver framework.
config LOSCFG_DRIVERS_UART_LITEOS
bool
help
uart is implemented using the LiteOS driver framework.
osource "drivers/uart/Kconfig"
osource "drivers/gpio/Kconfig"
osource "drivers/hidmac/Kconfig"
osource "drivers/hiedmac/Kconfig"
config LOSCFG_DRIVERS_NETDEV
bool "Enable Net Device"
default y
depends on LOSCFG_NET_LWIP_SACK
help
Answer Y to enable LiteOS support net device.
osource "drivers/i2c/Kconfig"
osource "drivers/mem/Kconfig"
osource "drivers/mmc/adapt_liteos/Kconfig"
osource "drivers/iommu/Kconfig"
osource "drivers/edmac/Kconfig"
config LOSCFG_DRIVERS_MTD
bool "Enable MTD"
default y
depends on LOSCFG_FS_VFS
select LOSCFG_COMPAT_LINUX
select LOSCFG_COMPAT_LINUX_DRIVER_BASE
help
Answer Y to enable LiteOS support yaffs and jffs2 multipartion.
osource "drivers/mtd/nand/Kconfig"
osource "drivers/mtd/spi_nor/Kconfig"
osource "drivers/random/Kconfig"
osource "drivers/rtc/Kconfig"
osource "drivers/spi/Kconfig"
osource "drivers/usb/adapt_liteos/Kconfig"
osource "drivers/video/Kconfig"
osource "drivers/cipher/Kconfig"
endmenu