qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 05/51] kconfig: introduce kconfig files


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 05/51] kconfig: introduce kconfig files
Date: Wed, 20 Feb 2019 18:44:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 20/02/19 17:55, Max Filippov wrote:
> On Thu, Feb 7, 2019 at 10:05 AM Paolo Bonzini <address@hidden> wrote:
>> diff --git a/hw/xtensa/Kconfig b/hw/xtensa/Kconfig
>> new file mode 100644
>> index 0000000..97543a9
>> --- /dev/null
>> +++ b/hw/xtensa/Kconfig
>> @@ -0,0 +1,5 @@
>> +config XTENSA_SIM
>> +    bool
>> +
>> +config XTENSA_FPGA
> 
> Can it please be called XTENSA_XTFPGA, as the corresponding
> source file and as it's called in other places (e.g. in linux)?

This is just matching the existing

    obj-$(CONFIG_XTENSA_FPGA) += xtfpga.o

but yes, I can rename it.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]