diff mbox series

ARM: defconfig: axm55xx: Drop PL11x graphics driver

Message ID 20190123134219.15336-1-linus.walleij@linaro.org (mailing list archive)
State Mainlined, archived
Commit a7856704335e3905238b9e5b72520849b71724a8
Headers show
Series ARM: defconfig: axm55xx: Drop PL11x graphics driver | expand

Commit Message

Linus Walleij Jan. 23, 2019, 1:42 p.m. UTC
The defconfig for the AXM55xx includes the ARM CLCD
(PL11x) PrimeCell framebuffer driver, but the device tree
for this platform does not include this hardware, nor do I
find it likely that this chip has graphics.

Drop these config items.

Cc: John Logan <john.logan@intel.com>
Cc: Krzysztof Adamski <krzysztof.adamski@nokia.com>
Cc: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
I don't know who's collecting patches for Axxia these days,
shall I send this to ARM SoC myself?
---
 arch/arm/configs/axm55xx_defconfig | 4 ----
 1 file changed, 4 deletions(-)

Comments

Krzysztof Adamski Jan. 23, 2019, 2:05 p.m. UTC | #1
On Wed, Jan 23, 2019 at 02:42:19PM +0100, Linus Walleij wrote:
>The defconfig for the AXM55xx includes the ARM CLCD
>(PL11x) PrimeCell framebuffer driver, but the device tree
>for this platform does not include this hardware, nor do I
>find it likely that this chip has graphics.
>
>Drop these config items.
>
>Cc: John Logan <john.logan@intel.com>
>Cc: Krzysztof Adamski <krzysztof.adamski@nokia.com>
>Cc: Anders Roxell <anders.roxell@linaro.org>
>Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>---
>I don't know who's collecting patches for Axxia these days,
>shall I send this to ARM SoC myself?
>---
> arch/arm/configs/axm55xx_defconfig | 4 ----
> 1 file changed, 4 deletions(-)
>
>diff --git a/arch/arm/configs/axm55xx_defconfig b/arch/arm/configs/axm55xx_defconfig
>index 8e17e7ed1f02..53864316bee1 100644
>--- a/arch/arm/configs/axm55xx_defconfig
>+++ b/arch/arm/configs/axm55xx_defconfig
>@@ -155,10 +155,6 @@ CONFIG_PMBUS=y
> CONFIG_SENSORS_LTC2978=y
> CONFIG_WATCHDOG=y
> CONFIG_ARM_SP805_WATCHDOG=y
>-CONFIG_FB=y
>-CONFIG_FB_ARMCLCD=y
>-CONFIG_FRAMEBUFFER_CONSOLE=y
>-CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> # CONFIG_LOGO_LINUX_VGA16 is not set
> CONFIG_HID_A4TECH=y
>-- 
>2.20.1
>

As far as I can tell based on my resources, you are right about the lack of
framebuffer on this SoC.

Acked-by: Krzysztof Adamski <krzysztof.adamski@nokia.com>

Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/configs/axm55xx_defconfig b/arch/arm/configs/axm55xx_defconfig
index 8e17e7ed1f02..53864316bee1 100644
--- a/arch/arm/configs/axm55xx_defconfig
+++ b/arch/arm/configs/axm55xx_defconfig
@@ -155,10 +155,6 @@  CONFIG_PMBUS=y
 CONFIG_SENSORS_LTC2978=y
 CONFIG_WATCHDOG=y
 CONFIG_ARM_SP805_WATCHDOG=y
-CONFIG_FB=y
-CONFIG_FB_ARMCLCD=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
-CONFIG_LOGO=y
 # CONFIG_LOGO_LINUX_MONO is not set
 # CONFIG_LOGO_LINUX_VGA16 is not set
 CONFIG_HID_A4TECH=y