Disable unnecessary user menu configuration

This commit is contained in:
Yuqiang Wang 2024-03-20 20:54:31 +08:00 committed by Rbb666
parent c0e632e56f
commit 73850e24c6
1 changed files with 0 additions and 4 deletions

View File

@ -49,7 +49,6 @@ menu "Hardware Drivers Config"
endif
config BSP_USING_SPI_LCD
bool "Enable SPI LCD"
select BSP_USING_GPIO
select BSP_USING_SPI
select BSP_USING_SPI0
@ -667,11 +666,9 @@ menu "Hardware Drivers Config"
endif
config BSP_USING_G2D
bool "Enable G2D"
default n
config BSP_USING_JPEG
bool "Enable JPEG"
default n
config BSP_USING_ETH
@ -682,7 +679,6 @@ menu "Hardware Drivers Config"
default n
config BSP_USING_LCD
bool "Enable LCD"
select BSP_USING_GPIO
default n