Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Oct 04, 2019
  3. Jun 19, 2019
  4. Jun 13, 2019
    • Krzysztof Kozlowski's avatar
      ARM: defconfig: samsung: Cleanup with savedefconfig · 5a96019c
      Krzysztof Kozlowski authored
      
      Run savedefconfig to cleanup and reorganize the configs.  Most entries
      are only moved around and few options disappear because of defaults.
      
      However this removes the already disabled OSS Emulation and OSS
      Sequencer API (SND_MIXER_OSS, SND_PCM_OSS, SND_SEQUENCER_OSS).  These
      were already disabled (hidden by missing SND_OSSEMUL and SND_SEQUENCER)
      and are not strictly hardware related, therefore they are not necessary
      for providing reference hardware config.
      
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      5a96019c
  5. Apr 18, 2019
  6. Jun 10, 2017
    • Krzysztof Kozlowski's avatar
      ARM: s3c2410_defconfig: Save defconfig · 68d1719f
      Krzysztof Kozlowski authored
      
      Generate new defconfig to get rid of obsolete Kconfig entries:
       - S3C_BOOT_ERROR_RESET, SMDK2440_CPU2442 are gone;
       - ARM_THUMB is changed to yes (selected by default);
       - BINFMT_AOUT cannot be selected anymore;
       - rest of entries is being removed by default values;
      
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      68d1719f
    • Krzysztof Kozlowski's avatar
      ARM: s3c2410_defconfig: Bring back lost (but wanted) options · 930e4386
      Krzysztof Kozlowski authored
      
      The config was not updated for some time so it needs updates to get the
      same options as wanted initially:
       - IP_NF_TARGET_LOG was replaced by NETFILTER_XT_TARGET_LOG;
       - NF_NAT was replaced by IP_NF_NAT;
       - SERIAL_DEV_BUS is now needed for BT_HCIUART_LL;
       - TPS65010 is now needed for MACH_OSIRIS_DVS;
       - DMADEVICES and S3C24XX_DMAC are now needed for MMC_S3C;
      
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      930e4386
    • Krzysztof Kozlowski's avatar
      ARM: defconfig: samsung: Re-order entries to match savedefconfig · 2a7ae1c0
      Krzysztof Kozlowski authored
      
      Re-order entries just like savedefconfig would do so it will be easier
      to review the changes before actual savedefconfig.
      
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      2a7ae1c0
    • Krzysztof Kozlowski's avatar
      ARM: defconfig: Cleanup from old Kconfig options · bd5f6260
      Krzysztof Kozlowski authored
      
      Remove old, dead Kconfig options (in order appearing in this commit):
       - EXPERIMENTAL is gone since v3.9;
       - INET_LRO: commit 7bbf3cae ("ipv4: Remove inet_lro library");
       - MTD_CONCAT: commit f53fdebc ("mtd: drop MTD_CONCAT from Kconfig entirely");
       - MTD_PARTITIONS: commit 6a8a98b2 ("mtd: kill CONFIG_MTD_PARTITIONS");
       - MTD_CHAR: commit 660685d9 ("mtd: merge mtdchar module with mtdcore");
       - NETDEV_1000 and NETDEV_10000: commit f860b052 ("drivers/net:
         Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with
         just ETHERNET but that is separate change;
       - INOTIFY: commit 2dfc1cae ("inotify: remove inotify in kernel interface");
       - MISC_DEVICES: commit 7c5763b8 ("drivers: misc: Remove
         MISC_DEVICES config option");
       - HID_SUPPORT: commit 1f41a6a9 ("HID: Fix the generic Kconfig options");
       - BT_L2CAP and BT_SCO: commit f1e91e16 ("Bluetooth: Always compile
         SCO and L2CAP in Bluetooth Core");
       - DEBUG_ERRORS: commit b025a3f8 ("ARM: 6876/1: Kconfig.debug:
         Remove unused CONFIG_DEBUG_ERRORS");
       - USB_DEVICE_CLASS: commit 007bab91 ("USB: remove CONFIG_USB_DEVICE_CLASS");
       - RCU_CPU_STALL_DETECTOR: commit a00e0d71 ("rcu: Remove conditional
         compilation for RCU CPU stall warnings");
       - SYSCTL_SYSCALL_CHECK: commit 7c60c48f ("sysctl: Improve the
         sysctl sanity checks");
       - IP_NF_QUEUE: commit 3dd6664f ("netfilter: remove unused "config IP_NF_QUEUE"");
       - IP_NF_TARGET_ULOG: commit d4da843e ("netfilter: kill remnants of ulog targets");
       - IP6_NF_QUEUE: commit d16cf20e ("netfilter: remove ip_queue support");
       - IP6_NF_TARGET_LOG: commit 6939c33a ("netfilter: merge ipt_LOG and
         ip6_LOG into xt_LOG");
       - USB_LED: commit a335aaf3 ("usb: misc: remove outdated USB LED driver");
       - MMC_UNSAFE_RESUME: commit 2501c917 ("mmc: core: Use
         MMC_UNSAFE_RESUME as default behavior");
       - AUTOFS_FS: commit 561c5cf9 ("staging: Remove autofs3");
       - DISPLAY_SUPPORT: commit 5a6b5e02 ("fbdev: remove display subsystem");
       - CFG80211_REG_DEBUG: commit c799ba6e ("cfg80211: remove
         CFG80211_REG_DEBUG");
       - VIDEO_OUTPUT_CONTROL: commit f167a64e ("video / output: Drop
         display output class support");
       - USB_LIBUSUAL: commit f61870ee ("usb: remove libusual");
       - CRYPTO_ZLIB: commit 11049218 ("crypto: compress - remove unused
         pcomp interface");
       - BLK_DEV_UB: commit 68a5059e ("block: remove the deprecated ub driver");
      
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      [for vexpress]
      Acked-by: default avatarLiviu Dudau <liviu.dudau@arm.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      bd5f6260
  7. Jan 02, 2017
  8. Oct 26, 2016
    • Bartlomiej Zolnierkiewicz's avatar
      arm: s3c2410_defconfig: convert to use libata PATA drivers · cc81123e
      Bartlomiej Zolnierkiewicz authored
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts s3c2410_defconfig to use libata PATA
      drivers.
      
      Cc: Kukjin Kim <kgene@kernel.org>
      Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: linux-samsung-soc@vger.kernel.org
      Cc: Ben Dooks <ben.dooks@codethink.co.uk>
      Cc: Vincent Sanders <vince@simtec.co.uk>
      Cc: Simtec Linux Team <linux@simtec.co.uk>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      cc81123e
  9. Aug 12, 2016
  10. Feb 01, 2016
    • Arnd Bergmann's avatar
      ARM: s3c24xx: don't select EEPROM_AT24 · bde491fd
      Arnd Bergmann authored
      
      EEPROM_AT24 depends on both I2C and SYSFS. We have in the past
      added I2C 'select' statements to avoid build problems with the
      first, but we still get a warning because of the second:
      
      warning: (MACH_DAVINCI_EVM && MACH_SFFSDR && MACH_DAVINCI_DM6467_EVM && MACH_DAVINCI_DM365_EVM && MACH_DAVINCI_DA830_EVM && MACH_MITYOMAPL138 && MACH_MINI2440) selects EEPROM_AT24 which has unmet direct dependencies (I2C && SYSFS)
      
      This removes the 'select' statements again, and forces users to
      enable the driver in their configuration files, as we do for
      most other drivers.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
      bde491fd
  11. Jul 17, 2014
  12. May 27, 2014
  13. Mar 02, 2012
  14. Jun 10, 2010
  15. May 28, 2010
  16. May 26, 2010
  17. May 23, 2010
  18. Jan 21, 2010
  19. Jan 18, 2010
  20. Dec 18, 2009
  21. Jun 23, 2009
  22. Apr 16, 2009
  23. Apr 15, 2009
  24. Jan 26, 2009
  25. Jul 07, 2008
  26. Jul 03, 2008
Loading