diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-20 00:03:32 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-01-20 00:03:32 +1000 |
commit | 3353261d9036b691fe83b3f92598b25238b8abbc (patch) | |
tree | c074988a49bd16e4ca44a1fa91fe2d2d49cdd797 | |
parent | 424305c3d3bb0ce26ef36df6bf2ab66db920f04a (diff) | |
download | meta-xilinx-3353261d9036b691fe83b3f92598b25238b8abbc.tar.gz |
linux/configs: Enable SERIAL_OF_PLATFORM to fix up dt parsing
SERIAL_OF_PLATFORM needs to be set in order for the serial 8250 driver
to parse and probe device tree configuration for 8250 nodes. This is
needed so that the uart 16550 instances are probed correctly.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg index d2582335..2db228db 100644 --- a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg +++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/drivers/xilinx.cfg | |||
@@ -4,6 +4,7 @@ CONFIG_SERIAL_8250=y | |||
4 | CONFIG_SERIAL_8250_CONSOLE=y | 4 | CONFIG_SERIAL_8250_CONSOLE=y |
5 | CONFIG_SERIAL_UARTLITE=y | 5 | CONFIG_SERIAL_UARTLITE=y |
6 | CONFIG_SERIAL_UARTLITE_CONSOLE=y | 6 | CONFIG_SERIAL_UARTLITE_CONSOLE=y |
7 | CONFIG_SERIAL_OF_PLATFORM=y | ||
7 | 8 | ||
8 | # DMA | 9 | # DMA |
9 | CONFIG_DMADEVICES=y | 10 | CONFIG_DMADEVICES=y |