commit | 300fda03c2051706ef5fb184b5ee87d91e5a6592 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Feb 15 15:26:44 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 21 19:35:21 2022 -0500 |
tree | e8b58809ffbc06e83af3bd4ee98b69a72b8ac949 | |
parent | b2aca68622cb81921f587566daa4ef79f6cabfd2 [diff] |
soc: arm64: xenvm: move Kconfig option to soc The XEN_INITIAL_DOMAIN option was defined at board level, however, some drivers such as the XEN serial driver has dependencies on XEN_INITIAL_DOMAIN, meaning any new board has to define its own copy of XEN_INITIAL_DOMAIN. Move the option to SoC Kconfig. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>