summaryrefslogtreecommitdiffstats
path: root/kernel/sound/soc/zte/Kconfig
blob: c47eb25e441fed73ded161d3aabc045ae2dac3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config ZX296702_SPDIF
	tristate "ZX296702 spdif"
	depends on SOC_ZX296702 || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  zx296702 spdif interface

config ZX296702_I2S
	tristate "ZX296702 i2s"
	depends on SOC_ZX296702 || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  zx296702 i2s interface
...." if [ ! -e $HOME/.ssh/id_rsa ]; then ssh-keygen -N '' -f $HOME/.ssh/id_rsa fi if [ ! -e /var/lib/libvirt/images ]; then sudo apt-get install libvirt-bin -y sudo adduser ubuntu libvirtd sudo virsh pool-define /dev/stdin <<EOF <pool type='dir'> <name>default</name> <target> <path>/var/lib/libvirt/images</path> </target> </pool> EOF sudo virsh pool-start default sudo virsh pool-autostart default fi sudo apt-add-repository ppa:maas-deployers/stable -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-get update -y sudo apt-get install git maas-deployer juju juju-deployer maas-cli -y juju init -f cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys maas-deployer -c deployment.yaml -d --force echo "... Deployment of maas finish ...." maas_ip=`grep " ip_address" deployment.yaml | cut -d " " -f 10` apikey=`grep maas-oauth: environments.yaml | cut -d "'" -f 2` maas login maas http://${maas_ip}/MAAS/api/1.0 ${apikey} maas maas boot-source update 1 url="http://maas.ubuntu.com/images/ephemeral-v2/daily/" #maas maas boot-source-selections create 1 os="ubuntu" release="precise" arches="amd64" subarches="*" labels="*" maas maas boot-resources import maas maas sshkeys new key="`cat $HOME/.ssh/id_rsa.pub`" #maas maas sshkeys new key="`cat $HOME/.ssh/id_maas.pub`" #echo "... Deployment of opnfv release Started ...." #python deploy.py $maas_ip #echo "... Deployment of opnfv release finished ...."