1. 01 Feb, 2016 2 commits
    • Arnd Bergmann's avatar
      ARM: s3c24xx: allow selecting S3C2440_XTAL_16934400 for s3c2442 · 16560854
      Arnd Bergmann authored
      The S3C2440_XTAL_16934400 and S3C2440_XTAL_12000000 symbols are used
      for both s3c2442 and s3c2440, but Kconfig only allows it to be selected
      if CPU_S3C2440 is enabled, which can lead to a warning otherwise:
      
      warning: (MACH_RX1950) selects S3C2440_XTAL_16934400 which has unmet direct dependencies (ARCH_S3C24XX && CPU_S3C2440)
      
      This changes the dependencies to make it possible also for CPU_S3C2442-only
      configurations.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
      16560854
    • 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
  2. 24 Jan, 2016 38 commits