Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600678 > unrolled thread
| Started by | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| First post | 2017-03-14 17:40 +0100 |
| Last post | 2017-03-14 19:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/4] ARM64: Prepare Marvell IAP140 aka PXA1908 Ulf Hansson <ulf.hansson@linaro.org> - 2017-03-14 17:40 +0100
Re: [PATCH 1/4] ARM64: Prepare Marvell IAP140 aka PXA1908 Andreas Färber <afaerber@suse.de> - 2017-03-14 19:20 +0100
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-03-14 17:40 +0100 |
| Subject | Re: [PATCH 1/4] ARM64: Prepare Marvell IAP140 aka PXA1908 |
| Message-ID | <tkXEm-2LN-21@gated-at.bofh.it> |
On 19 February 2017 at 04:19, Andreas Färber <afaerber@suse.de> wrote: > Suppress COMMON_CLK_PXA and MMC_PXA for now as they don't build on arm64. > Also suppress the deprecated SERIAL_PXA in favor of SERIAL_8250_PXA. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > arch/arm64/Kconfig.platforms | 5 +++++ > drivers/clk/Kconfig | 2 +- > drivers/mmc/host/Kconfig | 2 +- > drivers/tty/serial/Kconfig | 2 +- > 4 files changed, 8 insertions(+), 3 deletions(-) Please try split this up so it can be applied on each subsystem independently. Kind regards Uffe > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 129cc5a..841b6c8 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -111,6 +111,11 @@ config ARCH_MVEBU > - Armada 7K SoC Family > - Armada 8K SoC Family > > +config ARCH_PXA > + bool "Marvell PXA SoC Family" > + help > + This enables support for the Marvell PXA family. > + > config ARCH_QCOM > bool "Qualcomm Platforms" > select GPIOLIB > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index 9356ab4..3d25f20 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -185,7 +185,7 @@ config COMMON_CLK_PWM > at 50% duty cycle. > > config COMMON_CLK_PXA > - def_bool COMMON_CLK && ARCH_PXA > + def_bool COMMON_CLK && ARCH_PXA && ARM > ---help--- > Support for the Marvell PXA SoC. > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig > index f08691a..a650eca 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -27,7 +27,7 @@ config MMC_QCOM_DML > > config MMC_PXA > tristate "Intel PXA25x/26x/27x Multimedia Card Interface support" > - depends on ARCH_PXA > + depends on ARCH_PXA && ARM > help > This selects the Intel(R) PXA(R) Multimedia card Interface. > If you have a PXA(R) platform with a Multimedia Card slot, > diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig > index 6117ac8..0713a05 100644 > --- a/drivers/tty/serial/Kconfig > +++ b/drivers/tty/serial/Kconfig > @@ -439,7 +439,7 @@ config SERIAL_MPSC_CONSOLE > > config SERIAL_PXA > bool "PXA serial port support (DEPRECATED)" > - depends on ARCH_PXA || ARCH_MMP > + depends on (ARCH_PXA && ARM) || ARCH_MMP > select SERIAL_CORE > select SERIAL_8250_PXA if SERIAL_8250=y > select SERIAL_PXA_NON8250 if !SERIAL_8250=y > -- > 2.10.2 >
[toc] | [next] | [standalone]
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Date | 2017-03-14 19:20 +0100 |
| Message-ID | <tkZd8-43W-17@gated-at.bofh.it> |
| In reply to | #1600678 |
Am 14.03.2017 um 17:30 schrieb Ulf Hansson: > On 19 February 2017 at 04:19, Andreas Färber <afaerber@suse.de> wrote: >> Suppress COMMON_CLK_PXA and MMC_PXA for now as they don't build on arm64. >> Also suppress the deprecated SERIAL_PXA in favor of SERIAL_8250_PXA. >> >> Signed-off-by: Andreas Färber <afaerber@suse.de> >> --- >> arch/arm64/Kconfig.platforms | 5 +++++ >> drivers/clk/Kconfig | 2 +- >> drivers/mmc/host/Kconfig | 2 +- >> drivers/tty/serial/Kconfig | 2 +- >> 4 files changed, 8 insertions(+), 3 deletions(-) > > Please try split this up so it can be applied on each subsystem independently. I believe that comment is obsoleted by later versions of the patchset using ARCH_MMP instead? Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web