summaryrefslogtreecommitdiffstats
path: root/config-arm64
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-07-26 15:15:13 -0400
committerKyle McMartin <kmcmarti@redhat.com>2013-07-26 15:15:13 -0400
commit6ffcd175ea695f61f29f1586287cebdd577e7da1 (patch)
treed557d887ec698b92db8dff73d2612df0a00064c2 /config-arm64
parent3cfb91aee2bb1feeb16e5c2cc3e40f9047dc6f79 (diff)
downloadkernel-6ffcd175ea695f61f29f1586287cebdd577e7da1.tar.gz
kernel-6ffcd175ea695f61f29f1586287cebdd577e7da1.tar.xz
kernel-6ffcd175ea695f61f29f1586287cebdd577e7da1.zip
aarch64: turn off some CONFIG options which currently break building
Diffstat (limited to 'config-arm64')
-rw-r--r--config-arm648
1 files changed, 8 insertions, 0 deletions
diff --git a/config-arm64 b/config-arm64
index 49e5f32a..09c48a75 100644
--- a/config-arm64
+++ b/config-arm64
@@ -482,3 +482,11 @@ CONFIG_XPS=y
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_ZONE_DMA32=y
CONFIG_ZONE_DMA_FLAG=0
+
+# busted build for various reasons
+# uses pci_* for some reason to allocate DMA buffers
+# CONFIG_DVB_B2C2_FLEXCOP_USB is not set
+# weird include chain resulting in missing u64 type
+# CONFIG_USB_SPEEDTOUCH is not set
+# dma issues in headers
+# CONFIG_USB_XHCI_HCD is not set