mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 05:50:37 +00:00
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>
This commit is contained in:
parent
3fa749654e
commit
28ba6bdd2f
@ -5,4 +5,4 @@ CONFIG_OPENCORES_ETH=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
|
||||
CONFIG_XTENSA_SIM=y
|
||||
CONFIG_XTENSA_FPGA=y
|
||||
CONFIG_XTENSA_XTFPGA=y
|
||||
|
@ -5,4 +5,4 @@ CONFIG_OPENCORES_ETH=y
|
||||
CONFIG_PFLASH_CFI01=y
|
||||
|
||||
CONFIG_XTENSA_SIM=y
|
||||
CONFIG_XTENSA_FPGA=y
|
||||
CONFIG_XTENSA_XTFPGA=y
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user