diff options
author | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 11:41:15 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 11:41:15 -0500 |
commit | e153256415d572b089a2eda40c7a1abfd9f6fd48 (patch) | |
tree | ed4e8005707d95b22bb0e21d5bc4cd04f98754fc /config-arm-generic | |
parent | 53fe9c977abcf0cf29fe9e804b0510e1a4784c9e (diff) | |
download | kernel-e153256415d572b089a2eda40c7a1abfd9f6fd48.tar.gz kernel-e153256415d572b089a2eda40c7a1abfd9f6fd48.tar.xz kernel-e153256415d572b089a2eda40c7a1abfd9f6fd48.zip |
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
Diffstat (limited to 'config-arm-generic')
-rw-r--r-- | config-arm-generic | 7 |
1 files changed, 7 insertions, 0 deletions
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 |