## ## NUC900 series AC97 API ## config SND_SOC_NUC900 tristate "SoC Audio for NUC900 series" depends on ARCH_W90X900 select SND_SOC_NUC900_AC97 help This option enables support for AC97 mode on the NUC900 SoC. config SND_SOC_NUC900_AC97 tristate select AC97_BUS select SND_AC97_CODEC select SND_SOC_AC97_BUS ## ## Boards ## config SND_SOC_NUC900EVB tristate "NUC900 AC97 support for demo board" depends on SND_SOC_NUC900 select SND_SOC_NUC900_AC97 select SND_SOC_AC97_CODEC help Select this option to enable audio (AC97) on the NUC900 demoboard. itle='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-01-29 18:35:44 -0500
committerDavid S. Miller <davem@davemloft.net>2017-01-29 18:35:44 -0500
commit1f5d492a34311545b87d223c7fc1d531c610a410 (patch)
tree6ed76a3e174b0e986f4da70c1890fec770aae7f9 /drivers
parent1a28242bac44b9eb24fb2e84131256cb3c63372c (diff)
parent0e98f9d5f0b4a9012bd4fb5ff88b3ea290deb6a8 (diff)
Merge branch 'ravb-gigabit-R-Car-H3-ES1.1-and-R-Car-M3-W'
Simon Horman says: ==================== ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-W this series adds support for gigabit communication to the Renesas EthernetAVB controller when used in conjunction with R-Car Gen3 H3 ES1.1+ and M3-W SoCs. Gigabit is already supported with R-Car Gen 2 SoCs. The patch from Geert was previously posted for inclusion in v4.10 and acked by Dave for that purpose. It was, however, not accepted by the ARM SoC maintainers. The path from Mizuguchi-san is to address timing problems observed with gigabit transfers. I would like it considered although my own testing on M3-W did not show any timing problems. Changes since v1: * Address various feedback for "APSR" patch as noted in its changelog ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')