1. 01 12月, 2016 1 次提交
    • A
      ARC: axs10x: really enable ARC PGU · 7badf6fe
      Alexey Brodkin 提交于
      Up until now we had ARC PGU not enabled in axs10x defconfigs trying
      to not bloat kernel image again with yet another drivers and subsystems.
      
      This change configures ARC PGU (as well as DRM bits it depends on)
      to be built as a module and so those who need LCD screen to work on
      axs10x may bundle built .ko files in their target's file-system with
      help of the following command on host:
      ------------->8-------------
      make INSTALL_MOD_PATH=_path_to_target_fs_ modules_install
      ------------->8-------------
      
      and later on target with commands as simple as:
      ------------->8-------------
      modprobe adv7511.ko
      modprobe arcpgu.ko
      ------------->8-------------
      get LCD working.
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      7badf6fe
  2. 01 10月, 2016 1 次提交
  3. 07 4月, 2016 1 次提交
  4. 11 3月, 2016 1 次提交
    • V
      ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE · 2d746eeb
      Vineet Gupta 提交于
      The problem is with CONFIG_CPU_BIG_ENDIAN=y we still needed .config
      fixup to override the the defconfig prefix to arceb-linux-
      
      So remove these from defconfig and let user pass this via CROSS_COMPILE
      environment var or use the default for ENDIAN (per previous patch)
      
      No other arch carries them in defconfigs anyways !
      
      Cc: Noam Camus <noamc@ezchip.com>
      Cc: Alexey Brodkin <abrodkin@synopsys.com>
      Cc: Anton Kolesov <akolesov@synosys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      2d746eeb
  5. 23 2月, 2016 1 次提交
    • A
      arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE · 3e5177c1
      Alexey Brodkin 提交于
      Even though DEVTMPFS is required when our pre-built initramfs
      is used it is not the case in general. It is perfectly possible
      to use initramfs with device nodes already populated or there
      could be other usages, see discussion below for more detials:
      http://thread.gmane.org/gmane.comp.embedded.openwrt.devel/37819/focus=37821
      
      This change removes mentioned dependency from arch/arc/Kconfig
      updating instead those defconfigs that are usually used with this
      kind of pre-build initramfs.
      
      And while at it all touched defconfigs were regenerated via
      savedefconfig and some options were removed:
       * USB is selected by other options implicitly
       * VGA_CONSOLE is disableb for ARC since
         031e29b5
       * EXT3_FS automatically selects EXT4_FS
       * MTDxxx and JFFS2_FS make no sense for AXS because
         AXS NAND controller is not upstreamed
       * NET_OSCI_LAN is not in upstream as well
       * ARCPGU_xxx options make no sense because ARC PGU is not yet
         in upstream and when it gets there all config options would
         be taken from devicetree
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
      3e5177c1
  6. 16 11月, 2015 1 次提交
  7. 26 10月, 2015 1 次提交
  8. 25 6月, 2015 1 次提交
  9. 19 6月, 2015 1 次提交