| Submitter | Tanmay Inamdar |
|---|---|
| Date | April 9, 2012, 7:20 a.m. |
| Message ID | <1333956052-25319-4-git-send-email-tinamdar@apm.com> |
| Download | mbox | patch |
| Permalink | /patch/151417/ |
| State | New |
| Delegated to: | Josh Boyer |
| Headers | show |
Comments
Patch
diff --git a/arch/powerpc/configs/40x/klondike_defconfig b/arch/powerpc/configs/40x/klondike_defconfig index c0d228d..c35c345 100644 --- a/arch/powerpc/configs/40x/klondike_defconfig +++ b/arch/powerpc/configs/40x/klondike_defconfig @@ -30,6 +30,12 @@ CONFIG_SCSI_SAS_ATTRS=y # CONFIG_UNIX98_PTYS is not set # CONFIG_LEGACY_PTYS is not set # CONFIG_DEVKMEM is not set +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_NR_UARTS=2 +CONFIG_SERIAL_8250_RUNTIME_UARTS=2 +CONFIG_SERIAL_8250_EXTENDED=y +CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_HW_RANDOM is not set # CONFIG_HWMON is not set # CONFIG_USB_SUPPORT is not set
Adding 16650 UART support in klondike_defconfig for APM8018X SOC Signed-off-by: Tanmay Inamdar <tinamdar@apm.com> --- :100644 100644 c0d228d... c35c345... M arch/powerpc/configs/40x/klondike_defconfig arch/powerpc/configs/40x/klondike_defconfig | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)