1. 12 Jan, 2016 1 commit
  2. 08 Jan, 2016 5 commits
    • Sjoerd Simons's avatar
      ARM: multi_v7_defconfig: Add rockchip audio support · 43c555ca
      Sjoerd Simons authored
      As the rockchip SPDIF driver landed for 4.4 and the required clock
      patches to make it work properly are scheduled for the 4.5 merge window
      it seems time to support for audio device found on rockchip boards in
      the defconfig as well.
      Signed-off-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
      Acked-by: default avatarHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      43c555ca
    • Andre Przywara's avatar
      arm: multi_v7_defconfig: Add virtio drivers · d5e2c954
      Andre Przywara authored
      To make multi_v7_defconfig really "multi", let's add virtio drivers
      to allow booting a default kernel as a KVM/QEMU guest.
      MACH_VIRT is already defined, so we just add VIRTIO_BLK, VIRTIO_NET
      and VIRTIO_CONSOLE to actually make this kernel useful in a guest.
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      d5e2c954
    • Shawn Lin's avatar
      ARM: zx_defconfig: remove CONFIG_MMC_DW_IDMAC · de2dbca2
      Shawn Lin authored
      dw_mmc driver never use this macro, so remove it from
      zx_defconfig
      Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
      Reviewed-by: default avatarJun Nie <jun.nie@linaro.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      de2dbca2
    • Linus Walleij's avatar
      ARM: versatile: enable the right LEDs · 5255a847
      Linus Walleij authored
      The Versatile now only has device tree boot support, and the
      device tree version does not support CONFIG_LEDS_VERSATILE.
      Instead select CONFIG_LEDS_SYSCON and MFD_SYSCON, so we can
      get LEDs support from the same generic driver that drives
      most other ARM reference boards.
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5255a847
    • Robert Jarzmik's avatar
      ARM: pxa: add defconfig covering all the boards · 3168eb33
      Robert Jarzmik authored
      Add a defconfig covering all known pxa board, ie. all selectable machine
      files in arch/arm/mach-pxa/*.c.
      
      This defconfig was built by doing :
       - aggregation of all known defconfigs by cat
      	am200epdkit_defconfig
      	cm_x2xx_defconfig
      	cm_x300_defconfig
      	colibri_pxa270_defconfig
      	colibri_pxa300_defconfig
      	corgi_defconfig
      	em_x270_defconfig
      	eseries_pxa_defconfig
      	ezx_defconfig
      	h5000_defconfig
      	imote2_defconfig
      	lpd270_defconfig
      	lubbock_defconfig
      	magician_defconfig
      	mainstone_defconfig
      	multi_v7_defconfig
      	palmz72_defconfig
      	pcm027_defconfig
      	pxa255-idp_defconfig
      	pxa3xx_defconfig
      	raumfeld_defconfig
      	spitz_defconfig
      	trizeps4_defconfig
      	viper_defconfig
      	xcep_defconfig
      	zeus_defconfig
       - manual make menuconfig to ensure :
         - all pxa implementation were selected
         - all drivers were transformed into modules rather than builtin
           => as a consequence this single kernel will rely on an initramfs
           => as kernel size matters on pxa, each machine can take the subset
              of modules required for it to work
         - all missed configurations are selected verified by :
           => grep -i pxa .config | grep "is not set"
           => this should only show the left on purpose options (either not
              selectable or sharpsl exception below)
       - CONFIG_PXA_SHARPSL was disabled
         This breaks the boot very early on any non Sharp platform, see
         head-sharpsl.S
      
      This defconfig was tested as booting up to the login phase on :
       - lubbock (pxa25x)
       - mainstone (pxa27x)
       - zylonite (pxa3xx)
      
      The completion of this work will require to :
       - parse manually all the arch/arm/mach-pxa/*c files, look for all
         platform devices added, and verify they are all in pxa_defconfig
       - do the same to ensure all pxa specific drivers (leds, gpio, ...) are
         included
      Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      3168eb33
  3. 07 Jan, 2016 3 commits
  4. 31 Dec, 2015 3 commits
  5. 22 Dec, 2015 11 commits
  6. 20 Dec, 2015 1 commit
  7. 18 Dec, 2015 1 commit
  8. 16 Dec, 2015 2 commits
  9. 15 Dec, 2015 11 commits
  10. 14 Dec, 2015 2 commits