commit | 5474080a3a0a477fd99f587b9e9ef814bcdfc083 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Sun Oct 06 16:55:53 2019 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Oct 10 10:50:14 2019 +0200 |
tree | a5fda46923499972e4145ceccd6ddb1d986f0d0d | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce [diff] |
s390/Kconfig: make use of 'depends on cc-option' Make use of 'depends on cc-option' to only display those Kconfig options for which compiler support is available. Add this for the MARCH and TUNE options which are the only options which may result in compile errors if the selected architecture is not supported by the compiler. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>