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:
commit
22e39cc661
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue