[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconf
From: |
Thomas Huth |
Subject: |
Re: [Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig |
Date: |
Tue, 12 Feb 2019 17:13:00 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 2019-02-11 18:37, Philippe Mathieu-Daudé wrote:
> Hi Thomas,
>
> On 2/9/19 7:39 AM, Thomas Huth wrote:
>> Add Kconfig dependencies for the NRF51 / microbit machine.
>>
>> Signed-off-by: Thomas Huth <address@hidden>
>> ---
>> hw/arm/Kconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
>> index c4b3cd2..aad2dd3 100644
>> --- a/hw/arm/Kconfig
>> +++ b/hw/arm/Kconfig
>> @@ -379,6 +379,8 @@ config FSL_IMX6UL
>>
>> config NRF51_SOC
>> bool
>> + select I2C
>> + select ARM_V7M
>
> Don't we need a microbit config too?
As long as we do not have another board that uses the NRF51-SoC, it does
not matter that much ... but yes, it's likely cleaner to have a proper
switch for the machine right from the start. I'll fix it in v2 ...
Thomas
- Re: [Qemu-arm] [PATCH 23/25] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, (continued)
- [Qemu-arm] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 19/25] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 25/25] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 21/25] hw/arm: Express dependencies for remaining IMX boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig, Thomas Huth, 2019/02/09