diff options
author | Paolo Bonzini | 2019-02-20 18:45:35 +0100 |
---|---|---|
committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
commit | 28ba6bdd2f0acc1dace44c835aa49438f9929ad9 (patch) | |
tree | 3b6cac1121ead432f295e47020381bce567e0690 /hw/xtensa | |
parent | 9pfs: remove unnecessary conditionals (diff) | |
download | qemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.tar.gz qemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.tar.xz qemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.zip |
xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGA
Match the symbol name that is used e.g. in Linux (drivers/spi/Kconfig).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/xtensa')
-rw-r--r-- | hw/xtensa/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs index fa86730e23..0bbfccd6de 100644 --- a/hw/xtensa/Makefile.objs +++ b/hw/xtensa/Makefile.objs @@ -2,4 +2,4 @@ obj-y += mx_pic.o obj-y += pic_cpu.o obj-y += xtensa_memory.o obj-$(CONFIG_XTENSA_SIM) += sim.o -obj-$(CONFIG_XTENSA_FPGA) += xtfpga.o +obj-$(CONFIG_XTENSA_XTFPGA) += xtfpga.o |