mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:05:14 +00:00
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> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.txt | ||
testcase.yaml |
Build test for: Altera Nios-II System ID soft IP core.