summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/raspberrypi.conf')
-rw-r--r--conf/machine/raspberrypi.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 01021ca..af0907e 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -25,7 +25,22 @@ XSERVER = " \
25KERNEL_IMAGETYPE ?= "Image" 25KERNEL_IMAGETYPE ?= "Image"
26 26
27# Really supported starting from linux-rapsberry 3.18.y only ! 27# Really supported starting from linux-rapsberry 3.18.y only !
28#KERNEL_DEVICETREE ?= "bcm2708-rpi-b.dtb bcm2708-rpi-b-plus.dtb" 28#KERNEL_DEVICETREE ?= " \
29# bcm2708-rpi-b.dtb \
30# bcm2708-rpi-b-plus.dtb \
31# ds1307-rtc-overlay.dtb \
32# hifiberry-amp-overlay.dtb \
33# hifiberry-dac-overlay.dtb \
34# hifiberry-dacplus-overlay.dtb \
35# hifiberry-digi-overlay.dtb \
36# iqaudio-dac-overlay.dtb \
37# iqaudio-dacplus-overlay.dtb \
38# lirc-rpi-overlay.dtb \
39# pcf8523-rtc-overlay.dtb \
40# pps-gpio-overlay.dtb \
41# w1-gpio-overlay.dtb \
42# w1-gpio-pullup-overlay.dtb \
43# "
29 44
30MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 45MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
31 46