aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-02-20 18:45:35 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 21:45:53 +0100
commit28ba6bdd2f0acc1dace44c835aa49438f9929ad9 (patch)
tree3b6cac1121ead432f295e47020381bce567e0690 /hw/xtensa
parent3fa749654e70aeed9576569f1d739139188586b2 (diff)
downloadqemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.zip
qemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.tar.gz
qemu-28ba6bdd2f0acc1dace44c835aa49438f9929ad9.tar.bz2
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.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xtensa/Makefile.objs b/hw/xtensa/Makefile.objs
index fa86730..0bbfccd 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