]> Git Repo - buildroot-mgba.git/commit
arch/xtensa: get rid of an intermediate blind kconfig option
authorYann E. MORIN <[email protected]>
Sun, 9 Jul 2017 12:21:55 +0000 (05:21 -0700)
committerThomas Petazzoni <[email protected]>
Sun, 9 Jul 2017 13:39:24 +0000 (15:39 +0200)
commit15a96d1aaad32434bd63918ebdc09dd6468c630f
treeb3290d2d76f5564bdc3c977b9402988b62d02481
parentb404b27d419bdca7da15c6bdad2c8a1e48f2cbad
arch/xtensa: get rid of an intermediate blind kconfig option

It is not needed to have an intermediate blind option, we can just
hide the prompt behind the same dependency as the non-blind symbol.

Update our qemu-xtensa defconfig acordingly (note: it was using
different values for both options, which is not possible; the blind
option was just set to the non-blind one in the .config).

Also remove an unneeded empty default for the BR2_XTENSA_OVERLAY_DIR
string option (strings are empty by default).

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Gustavo Zacarias <[email protected]>
Signed-off-by: Max Filippov <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in.legacy
arch/Config.in.xtensa
configs/qemu_xtensa_lx60_defconfig
configs/qemu_xtensa_lx60_nommu_defconfig
This page took 0.033146 seconds and 4 git commands to generate.