commit | 15fa9a8ed841513f78edbbdb2e7007f30f59e5a8 | [log] [tgz] |
---|---|---|
author | William Tambe <williamt@cadence.com> | Mon Mar 10 10:09:58 2025 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Mar 13 07:22:53 2025 +0100 |
tree | ca7c08ad97ad3536650999202d0a6aaf9fc921ba | |
parent | a7c0ec2c5501e28af5b95e3bffcbc0e752396fa2 [diff] |
arch: x86: remove arch specific dependencies from DYNAMIC_BOOTARGS CONFIG_DYNAMIC_BOOTARGS currently depends on CONFIG_MULTIBOOT_INFO and CONFIG_BUILD_OUTPUT_EFI which are x86 specific. This change removes those dependencies so that another architecture can use CONFIG_DYNAMIC_BOOTARGS without the x86 specifc features. Signed-off-by: William Tambe <williamt@cadence.com>