summaryrefslogtreecommitdiff
path: root/target/arm/kernel/raspberry-pi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-04 10:41:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-04 10:41:02 +0200
commit746bcde60521a8717fe109085b458a3509733e51 (patch)
treea12dbb9f5b1caf43a56f461138f4eb05feb58521 /target/arm/kernel/raspberry-pi
parentb56b54baadf138a6f1823eac2bf63c5d43bf0a09 (diff)
make sound support monolithic
It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it.
Diffstat (limited to 'target/arm/kernel/raspberry-pi')
-rw-r--r--target/arm/kernel/raspberry-pi1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/kernel/raspberry-pi b/target/arm/kernel/raspberry-pi
index 0d75541e0..146fd3655 100644
--- a/target/arm/kernel/raspberry-pi
+++ b/target/arm/kernel/raspberry-pi
@@ -2,6 +2,7 @@ CONFIG_ARM=y
CONFIG_FIQ=y
CONFIG_ARM_PATCH_PHYS_VIRT=y
CONFIG_KUSER_HELPERS=y
+CONFIG_ARCH_MULTI_V6=y
CONFIG_ARCH_BCM2708=y
CONFIG_MACH_BCM2708=y
CONFIG_BCM2708_GPIO=y