zephyr/soc/xtensa
Laurentiu Mihalcea eb12bae048 soc: xtensa: imx8: Configuration cleanup
As the name suggests, this commit attempts to cleanup some
of the configurations for the i.MX8 series. This cleanup
consists of either relocating the configuration or removing
unnecessary configurations.

As a rule of thumb, SoC-specific configurations have been moved
to Kconfig.series. If the configuration is by default 'y' and
needs to be set to 'n' or it has a numeric value then it has
been moved to Kconfig.defconfig.series. Configurations that
are default 'n' and were also explicitly set to 'n' have been
removed. Also, enabling logging has been moved to the board
level to avoid having to force all boards based on the same
SoC to enable logging.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2023-11-09 18:21:05 +01:00
..
dc233c cmake: cleanup and simplify the standard include logic in Zephyr 2023-11-06 18:57:30 -05:00
espressif_esp32 cmake: xtensa: update xtensa SoC to use SOC_LINKER_SCRIPT variable 2023-11-03 11:01:23 +01:00
intel_adsp cmake: cleanup and simplify the standard include logic in Zephyr 2023-11-06 18:57:30 -05:00
nxp_adsp soc: xtensa: imx8: Configuration cleanup 2023-11-09 18:21:05 +01:00
sample_controller cmake: cleanup and simplify the standard include logic in Zephyr 2023-11-06 18:57:30 -05:00
CMakeLists.txt