aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2017-08-10 10:37:26 +0800
committerWei Xu <xuwei5@hisilicon.com>2017-08-14 16:14:12 +0100
commit9a713a529b48b3bf7a7b7777b7cb6aedc2530685 (patch)
tree68d0c84aa966ce8803f969f2abda50b8ed0ff1fd /arch/arm64/configs
parentarm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE (diff)
downloadlinux-dev-9a713a529b48b3bf7a7b7777b7cb6aedc2530685.tar.xz
linux-dev-9a713a529b48b3bf7a7b7777b7cb6aedc2530685.zip
arm64: defconfig: enable support for serial port connected device
This patch enables these configs: +CONFIG_SERIAL_DEV_BUS=y +CONFIG_SERIAL_DEV_CTRL_TTYPORT=y As example, a bluetooth device connected to UART port can be supported by this. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 446c07a0526a..ae0a0a4f8e9f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -252,6 +252,8 @@ CONFIG_SERIAL_MSM_CONSOLE=y
CONFIG_SERIAL_XILINX_PS_UART=y
CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
CONFIG_SERIAL_MVEBU_UART=y
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=y