From e153256415d572b089a2eda40c7a1abfd9f6fd48 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Aug 2011 11:41:15 -0500 Subject: disable crystalhd module on the generic arm qemu build but enable it on the others disable tpm on arm build in mmc_block on tegra build --- config-arm-generic | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config-arm-generic') diff --git a/config-arm-generic b/config-arm-generic index 296d52b08..307c66d68 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -156,6 +156,13 @@ CONFIG_MMC_SDHCI_PXAV2=m CONFIG_FTGMAC100=m +# disable TPM on arm at least on the trimslices it causes havoc +# CONFIG_TCG_TPM is not set +# CONFIG_IMA is not set + +# ERROR: "__bswapsi2" [drivers/staging/crystalhd/crystalhd.ko] undefined! +# CONFIG_CRYSTALHD is not set + # these modules all fail with missing __bad_udelay # http://www.spinics.net/lists/arm/msg15615.html provides some background # CONFIG_SUNGEM is not set -- cgit