~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/renesas/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
config SH_ETH
6
6
        tristate "Renesas SuperH Ethernet support"
7
 
        depends on SUPERH && \
 
7
        depends on (SUPERH || ARCH_SHMOBILE) && \
8
8
                (CPU_SUBTYPE_SH7710 || CPU_SUBTYPE_SH7712 || \
9
9
                 CPU_SUBTYPE_SH7763 || CPU_SUBTYPE_SH7619 || \
10
10
                 CPU_SUBTYPE_SH7724 || CPU_SUBTYPE_SH7734 || \
11
 
                 CPU_SUBTYPE_SH7757)
 
11
                 CPU_SUBTYPE_SH7757 || ARCH_R8A7740)
12
12
        select CRC32
13
13
        select NET_CORE
14
14
        select MII
17
17
        ---help---
18
18
          Renesas SuperH Ethernet device driver.
19
19
          This driver supporting CPUs are:
20
 
                - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763 and SH7757.
 
20
                - SH7619, SH7710, SH7712, SH7724, SH7734, SH7763, SH7757,
 
21
                  and R8A7740.