summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/upgradeinstance.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-16 16:35:13 -0500
committerAdam Young <ayoung@redhat.com>2011-06-16 20:11:22 -0400
commit313f201ea5b236311837d687119a4dd67fdb9372 (patch)
treea01e33889d52354ed955ed3a204a0eec72004d7d /ipaserver/install/upgradeinstance.py
parentdbeae4e3f43a15c84d95447c0c38266f06402ea2 (diff)
downloadfreeipa.git-313f201ea5b236311837d687119a4dd67fdb9372.tar.gz
freeipa.git-313f201ea5b236311837d687119a4dd67fdb9372.tar.xz
freeipa.git-313f201ea5b236311837d687119a4dd67fdb9372.zip
Merged direct and indirect association facets
The direct and indirect associations are now displayed in the same facet. The type of association to be displayed can be selected using radio buttons. Ticket #1338
Diffstat (limited to 'ipaserver/install/upgradeinstance.py')
0 files changed, 0 insertions, 0 deletions
7'>107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
#
# MMC/SD host controller drivers
#

comment "MMC/SD/SDIO Host Controller Drivers"

config MMC_ARMMMCI
	tristate "ARM AMBA Multimedia Card Interface support"
	depends on ARM_AMBA
	help
	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
	  Interface (PL180 and PL181) support.  If you have an ARM(R)
	  platform with a Multimedia Card slot, say Y or M here.

	  If unsure, say N.

config MMC_PXA
	tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
	depends on ARCH_PXA
	help
	  This selects the Intel(R) PXA(R) Multimedia card Interface.
	  If you have a PXA(R) platform with a Multimedia Card slot,
	  say Y or M here.

	  If unsure, say N.

config MMC_SDHCI
	tristate "Secure Digital Host Controller Interface support"