Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1412866

Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig.

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig.
Date 2016-06-03 09:40 +0200
Message-ID <rFRS1-g0-3@gated-at.bofh.it> (permalink)
References <rFQCC-81c-7@gated-at.bofh.it> <rFQMh-84o-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Friday, June 3, 2016 8:18:24 AM CEST Gerd Hoffmann wrote:
> From: Eric Anholt <eric@anholt.net>
> 
> Made with make defconfig; make menuconfig (only saying Y to new
> entries); make savedefconfig.

Please try not to mix 'make savedefconfig' changes with your
own changes, it make it harder to review and can lead to more
conflicts.

> @@ -140,6 +141,9 @@ CONFIG_USB_NET_PLUSB=m
>  CONFIG_USB_NET_MCS7830=m
>  CONFIG_WL18XX=m
>  CONFIG_WLCORE_SDIO=m
> +CONFIG_USB_USBNET=y
> +CONFIG_USB_NET_SMSC95XX=y
> +# CONFIG_WLAN is not set
>  CONFIG_INPUT_EVDEV=y
>  CONFIG_KEYBOARD_GPIO=y

Can this be =m like the others?

> -CONFIG_FB=y
> -CONFIG_FRAMEBUFFER_CONSOLE=y

Is this intended?

> +CONFIG_DRM=y
> +CONFIG_DRM_VC4=y
>  CONFIG_FB_ARMCLCD=y
>  CONFIG_LOGO=y

Maybe modules?


>  # CONFIG_LOGO_LINUX_MONO is not set
>  # CONFIG_LOGO_LINUX_VGA16 is not set
>  CONFIG_SOUND=y
>  CONFIG_SND=y
>  CONFIG_SND_SOC=y
> +CONFIG_SND_BCM2835_SOC_I2S=y
>  CONFIG_SND_SOC_RCAR=y
>  CONFIG_SND_SOC_AK4613=y
>  CONFIG_USB=y

We probably want CONFIG_SND=m, but that should be a separate patch.

> @@ -270,6 +284,7 @@ CONFIG_RTC_DRV_SUN6I=y
>  CONFIG_RTC_DRV_XGENE=y
>  CONFIG_DMADEVICES=y
>  CONFIG_PL330_DMA=y
> +CONFIG_DMA_BCM2835=y
>  CONFIG_TEGRA20_APB_DMA=y
>  CONFIG_QCOM_BAM_DMA=y
>  CONFIG_RCAR_DMAC=y

Does any essential driver depend on this one?

> @@ -311,7 +329,6 @@ CONFIG_AUTOFS4_FS=y
>  CONFIG_FUSE_FS=y
>  CONFIG_CUSE=y
>  CONFIG_VFAT_FS=y
> -CONFIG_TMPFS=y
>  CONFIG_HUGETLBFS=y
>  CONFIG_CONFIGFS_FS=y
>  CONFIG_EFIVAR_FS=y

Why?

	Arnd

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 08:30 +0200
  Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Arnd Bergmann <arnd@arndb.de> - 2016-06-03 09:40 +0200
    Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 11:00 +0200
      Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Arnd Bergmann <arnd@arndb.de> - 2016-06-03 11:00 +0200
    Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 12:00 +0200
    Re: [PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig. Eric Anholt <eric@anholt.net> - 2016-06-08 00:20 +0200

csiph-web