Kconfig: Remove unused symbols defined only in Kconfig.defconfig files
Turning 'def_bool' in Kconfig.defconfig files into 'default' revealed three unused symbols (confirmed with 'git grep'). Remove them. Search for "Kconfig.defconfig" in https://docs.zephyrproject.org/latest/application/kconfig-tips.html for an explanation of how def_bool->default can reveal undefined symbols. Removed unused symbols: - SPI_DW_CLOCK_GATE - PINMUX_MPS2 - BOARD_XTENSA Also remove an assignment to the promptless symbol ALTERA_AVALON_SYSID, in tests/boards/altera_max10/sysid/prj.conf. Assignments to promptless symbols have no effect. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
0324423de6
commit
fc210ab505
4 changed files with 0 additions and 14 deletions
|
@ -71,9 +71,6 @@ config SPI_DW
|
||||||
|
|
||||||
if SPI_DW
|
if SPI_DW
|
||||||
|
|
||||||
config SPI_DW_CLOCK_GATE
|
|
||||||
def_bool n
|
|
||||||
|
|
||||||
config SPI_DW_FIFO_DEPTH
|
config SPI_DW_FIFO_DEPTH
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
|
|
|
@ -28,13 +28,6 @@ config GPIO_CMSDK_AHB_PORT3
|
||||||
|
|
||||||
endif # GPIO
|
endif # GPIO
|
||||||
|
|
||||||
if PINMUX
|
|
||||||
|
|
||||||
config PINMUX_MPS2
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
endif # PINMUX
|
|
||||||
|
|
||||||
if SERIAL
|
if SERIAL
|
||||||
|
|
||||||
config UART_CMSDK_APB
|
config UART_CMSDK_APB
|
||||||
|
|
|
@ -7,9 +7,6 @@ if BOARD_INTEL_S1000_CRB
|
||||||
config BOARD
|
config BOARD
|
||||||
default "intel_s1000_crb"
|
default "intel_s1000_crb"
|
||||||
|
|
||||||
config BOARD_XTENSA
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config CAVS_ICTL_0_OFFSET
|
config CAVS_ICTL_0_OFFSET
|
||||||
default 0x06
|
default 0x06
|
||||||
config CAVS_ICTL_1_OFFSET
|
config CAVS_ICTL_1_OFFSET
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
CONFIG_ALTERA_AVALON_SYSID=y
|
|
||||||
CONFIG_ZTEST=y
|
CONFIG_ZTEST=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue