diff options
| author | Gary Thomas <gary@mlbassoc.com> | 2015-11-19 09:52:10 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-12-02 15:33:43 +0100 |
| commit | bc0d788b47eeb86d7c4bee45a5131b3114f0ffc2 (patch) | |
| tree | 3c93d28accb522b393dd13296a02432620217baa /README | |
| parent | 0776b86c6629b7294ff61e67609f2d4e10e9712c (diff) | |
| download | meta-raspberrypi-bc0d788b47eeb86d7c4bee45a5131b3114f0ffc2.tar.gz | |
rpi-config: SPI bus support
With the newer kernels that use device tree, the SPI bus is only
enabled by a device tree setting. This is now supported by adding
ENABLE_SPI_BUS = "1"
in local.conf
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -189,6 +189,11 @@ kernels. | |||
| 189 | NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for | 189 | NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for |
| 190 | older kernel versions. | 190 | older kernel versions. |
| 191 | 191 | ||
| 192 | 2.M. Optional - enable SPI bus | ||
| 193 | ============================== | ||
| 194 | When using device tree kernels, set this variable to enable the SPI bus | ||
| 195 | ENABLE_SPI_BUS = "1" | ||
| 196 | |||
| 192 | 3. Extra apps | 197 | 3. Extra apps |
| 193 | ============= | 198 | ============= |
| 194 | 199 | ||
