On Mon, Sep 9, 2019 at 12:17 PM Shenhar, Talel <talel@xxxxxxxxxx> wrote:
On 9/9/2019 12:40 PM, Arnd Bergmann wrote:Can you put the exact requirement (other than "we want this")
On Mon, Sep 9, 2019 at 11:14 AM Talel Shenhar <talel@xxxxxxxxxx> wrote:The reason for selecting it is because this is a driver that we will
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platformsGenerally I think this kind of thing should go into the defconfig
index 4778c77..bd86b15 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -25,6 +25,7 @@ config ARCH_SUNXI
config ARCH_ALPINE
bool "Annapurna Labs Alpine platform"
select ALPINE_MSI if PCI
+ select AL_POS
help
This enables support for the Annapurna Labs Alpine
Soc family.
rather than being hard-selected. There might be users that
want to not enable the driver.
always want for ARCH_ALPINE.
in the changelog text then? It's still not clear to me what breaks
without this driver.
Arnd