diff options
author | Milton D. Miller II <miltonm@us.ibm.com> | 2016-02-08 14:56:09 -0600 |
---|---|---|
committer | Milton D. Miller II <miltonm@us.ibm.com> | 2016-02-08 15:22:43 -0600 |
commit | 8b109a8bcdb4b961907b6735be4eb33de7c79636 (patch) | |
tree | 03da30fbe2bc1d33b0e1faca8fdd4b1d08824102 /meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux | |
parent | a307ddbc5840fa37d2dd0bc63eb5d9be8df5b1cf (diff) | |
download | talos-openbmc-8b109a8bcdb4b961907b6735be4eb33de7c79636.tar.gz talos-openbmc-8b109a8bcdb4b961907b6735be4eb33de7c79636.zip |
linux: turn on vuart driver
Enable the vuart driver in the defconfig.
Based on the update to aspeed_defconfig in the linux repository.
Won't actually be enabled until the base recipe has the driver
merged again.
Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Diffstat (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig index 998323cf3..2b7d6e85d 100644 --- a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig +++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/recipes-kernel/linux/linux-obmc/defconfig @@ -122,6 +122,9 @@ CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=6 CONFIG_SERIAL_8250_RUNTIME_UARTS=6 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_8250_SHARE_IRQ=y +CONFIG_SERIAL_ASPEED_VUART=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_HW_RANDOM=y CONFIG_I2C=y |