Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1708167
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/6] arm64: defconfig: enable support for serial port connected device |
| Date | 2017-08-10 04:40 +0200 |
| Message-ID | <ucLya-7Ry-19@gated-at.bofh.it> (permalink) |
| References | <ucLy9-7Ry-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f7081056..99f7e06 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -251,6 +251,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 -- 2.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] arm64: defconfig: enable configs for HiKey960 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 6/6] arm64: defconfig: enable DMA driver for hi3660 Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 4/6] arm64: defconfig: enable support for serial port connected device Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 2/6] arm64: defconfig: enable support hi6421v530 PMIC Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200 [PATCH v2 3/6] arm64: defconfig: enable CONFIG_SYSCON_REBOOT_MODE Guodong Xu <guodong.xu@linaro.org> - 2017-08-10 04:40 +0200
csiph-web