Add kernel config for renesas porter to support ppp 03/8803/4
authortte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Wed, 15 Mar 2017 07:15:48 +0000 (16:15 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 27 Mar 2017 10:12:13 +0000 (10:12 +0000)
Change-Id: Id387b5d6ea88dfe3c1e8a54afcb5f81f47522e9f
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend
meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg [new file with mode: 0755]

index ad297be..29dcc75 100755 (executable)
@@ -12,6 +12,7 @@ SRC_URI += " file://disable_delay_printk.patch \
              file://0002-media-r820t-remove-redundant-initializations-in-r820.patch \
              file://0003-media-r820t-avoid-potential-memcpy-buffer-overflow-i.patch \
              file://hciattach.cfg \
+             file://pppd-rcar.cfg \
             "
 
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg"
diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/pppd-rcar.cfg
new file mode 100755 (executable)
index 0000000..e50b2e1
--- /dev/null
@@ -0,0 +1,6 @@
+CONFIG_PPP=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_SLIP=m
+CONFIG_SLIP_COMPRESSED=y