[PATCH v2 5/9] arm64: Add BCM2835 support to the defconfig.
From: Eric Anholt <hidden>
Date: 2016-06-07 22:16:30
Also in:
lkml
Arnd Bergmann [off-list ref] writes:
On Friday, June 3, 2016 8:18:24 AM CEST Gerd Hoffmann wrote:quoted
From: Eric Anholt <redacted> 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.quoted
@@ -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=yCan this be =m like the others?
I guess, but it's an on-board device and I was assuming =m was about whether the device is always present on the board being added.
quoted
-CONFIG_FB=y -CONFIG_FRAMEBUFFER_CONSOLE=yIs this intended?quoted
+CONFIG_DRM=y +CONFIG_DRM_VC4=y CONFIG_FB_ARMCLCD=y CONFIG_LOGO=yMaybe modules?
It looks like in multi_v7_defconfig we have CONFIG_DRM=y but CONFIG_DRM_*=m, so should we be consistent with that?
quoted
# 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=yWe probably want CONFIG_SND=m, but that should be a separate patch.quoted
@@ -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=yDoes any essential driver depend on this one?
bcm2835-sdhost and vc4 will eventually.
quoted
@@ -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=yWhy?
DRM was selecting it, so savedefconfig dropped it. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160607/96abb74c/attachment.sig>