Message ID | 2272837.iN99Vuxs2j@diego (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jul 17, 2015 at 12:34:23AM +0200, Heiko St?bner wrote: > Enable building Rockchip support in the defconfig. > > Signed-off-by: Heiko Stuebner <heiko@sntech.de> > --- > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) APplied, but based on earlier email with Will, we might need to deal with this conflicting with them enabling feature options. Should be manageable. -Olof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f38c94f..410646f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -35,6 +35,7 @@ CONFIG_ARCH_EXYNOS7=y CONFIG_ARCH_FSL_LS2085A=y CONFIG_ARCH_HISI=y CONFIG_ARCH_MEDIATEK=y +CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SEATTLE=y CONFIG_ARCH_TEGRA=y CONFIG_ARCH_TEGRA_132_SOC=y @@ -101,6 +102,7 @@ CONFIG_SERIO_AMBAKMI=y CONFIG_LEGACY_PTY_COUNT=16 CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_8250_MT6577=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
Enable building Rockchip support in the defconfig. Signed-off-by: Heiko Stuebner <heiko@sntech.de> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)