s390/Kconfig: make use of 'depends on cc-option'
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 6 Oct 2019 14:55:53 +0000 (16:55 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 10 Oct 2019 08:50:14 +0000 (10:50 +0200)
commit5474080a3a0a477fd99f587b9e9ef814bcdfc083
treea5fda46923499972e4145ceccd6ddb1d986f0d0d
parentda0c9ea146cbe92b832f1b0f694840ea8eb33cce
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>
arch/s390/Kconfig