Docs: Update configuration docs
Update configuration docs to align with changes which decouples option
configuration and validation in config header files.
Convert header file config system diagrams in svg format
It is difficult to modify existing figures in header_file_system.rst and
kconfig_header_file_system.rst.
Re-draw those figures in svg format and enable developers to more easily
update the diagram.
Change-Id: If88a6a07104ef54de127ccb9149c5ff4792b3cdd
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/docs/configuration/index.rst b/docs/configuration/index.rst
index 260134c..235d05d 100644
--- a/docs/configuration/index.rst
+++ b/docs/configuration/index.rst
@@ -46,7 +46,7 @@
****************
TF-M Project provides a base build, defined in ``/config/config_base.cmake``
-and ``/config/profile/config_profile_base.h``. It includes SPM and platform code only.
+and ``/config/config_base.h``.
Starting from the base, users can enable required services and features using several
independent methods to configure TF-M.
@@ -100,8 +100,8 @@
Base Configuration
******************
-The base configuraion is the ground for configuring TF-M providing default
-defined in ``/config/config_base.cmake`` and ``/config/profile/config_profile_base.h``.
+The base configuration is the ground for configuring TF-M providing default
+defined in ``/config/config_base.cmake`` and ``/config/config_base.h``.
The base build includes SPM and platform code only.
This table lists the config option categorizations of the SPM and Secure