Make the script aware of target architecture
authorAlexander Popov <alex.popov@linux.com>
Mon, 21 Jan 2019 22:06:45 +0000 (01:06 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 21 Jan 2019 22:06:48 +0000 (01:06 +0300)
commit6e51c138b7ec93c528f9f5ff516bf761856b8d0d
tree939f47fc0f775c0a79e95f6e9bf6a07a1a33c1de
parentb26697cb45ef9c81e87bf6287d1022874bdb3ccb
Make the script aware of target architecture

Add the ability to parse the processor architecture from the config file.

Change '-p' command-line argument behaviour. Now it comes with the
name of architecture you want to print recommendations for.

Currently only X86_64 is supported. More architectures to come soon.

This is based heavily on work by @tyhicks.
kconfig-hardened-check.py