Merge pull request #117 from yann-morin-1998/yem/arch-with-cpu-with-tune

arch: do not allow specifying both --with-cpu and --with-tune
This commit is contained in:
Bryan Hundven 2015-06-10 11:57:58 -07:00
commit 22e39cc661

View File

@ -253,6 +253,7 @@ config ARCH_TUNE
string
prompt "Tune for CPU"
depends on ARCH_SUPPORTS_WITH_TUNE
depends on ARCH_CPU = ""
default ""
help
This option is very similar to the ARCH_CPU option (above), except