summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 5798e61..3e879dd 100644
--- a/README
+++ b/README
@@ -27,6 +27,7 @@ Contents:
27 3.J. Image with Initramfs 27 3.J. Image with Initramfs
28 3.K. Device tree support 28 3.K. Device tree support
29 3.L. Enable SPI bus 29 3.L. Enable SPI bus
30 3.M. Enable I2C
304. Extra apps 314. Extra apps
31 4.A. omxplayer 32 4.A. omxplayer
325. Board Configuration 335. Board Configuration
@@ -207,6 +208,12 @@ NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disable
207When using device tree kernels, set this variable to enable the SPI bus 208When using device tree kernels, set this variable to enable the SPI bus
208ENABLE_SPI_BUS = "1" 209ENABLE_SPI_BUS = "1"
209 210
2113.M. Enable I2C
212===============
213When using device tree kernels, set this variable to enable I2C
214ENABLE_I2C = "1"
215
216
2104. Extra apps 2174. Extra apps
211============= 218=============
212 219