diff options
author | 2017-07-09 05:21:55 -0700 | |
---|---|---|
committer | 2017-07-09 15:39:24 +0200 | |
commit | 15a96d1aaad32434bd63918ebdc09dd6468c630f (patch) | |
tree | b3290d2d76f5564bdc3c977b9402988b62d02481 /configs/qemu_xtensa_lx60_nommu_defconfig | |
parent | b404b27d419bdca7da15c6bdad2c8a1e48f2cbad (diff) | |
download | buildroot-15a96d1aaad32434bd63918ebdc09dd6468c630f.tar.gz buildroot-15a96d1aaad32434bd63918ebdc09dd6468c630f.tar.bz2 |
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" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/qemu_xtensa_lx60_nommu_defconfig')
-rw-r--r-- | configs/qemu_xtensa_lx60_nommu_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/qemu_xtensa_lx60_nommu_defconfig b/configs/qemu_xtensa_lx60_nommu_defconfig index 998cd2aa6b..d19bc5431b 100644 --- a/configs/qemu_xtensa_lx60_nommu_defconfig +++ b/configs/qemu_xtensa_lx60_nommu_defconfig @@ -1,8 +1,7 @@ # Architecture BR2_xtensa=y BR2_XTENSA_CUSTOM=y -BR2_XTENSA_CUSTOM_NAME="dc233c" -BR2_XTENSA_CORE_NAME="lx60" +BR2_XTENSA_CORE_NAME="dc233c" BR2_XTENSA_OVERLAY_DIR="board/qemu/xtensa-lx60" # Toolchain |