diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-08-15 17:22:58 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-08-15 17:22:58 +0100 |
commit | fe4e95043c34a4505388ec3b13264a4f22a47542 (patch) | |
tree | eb50caabecebe6264674ff1e90dd6a769068ab52 /config-armv7-lpae | |
parent | 4c2389c30159c2525c5b6b87f25c7947a676c859 (diff) | |
download | kernel-fe4e95043c34a4505388ec3b13264a4f22a47542.tar.gz kernel-fe4e95043c34a4505388ec3b13264a4f22a47542.tar.xz kernel-fe4e95043c34a4505388ec3b13264a4f22a47542.zip |
- Major cleanup of arm64 config
- Add patch to enable build exynos5 as multi platform for lpae
- Minor cleanup of ARMv7 configs
Diffstat (limited to 'config-armv7-lpae')
-rw-r--r-- | config-armv7-lpae | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/config-armv7-lpae b/config-armv7-lpae index 6397847ea..8fb5883dd 100644 --- a/config-armv7-lpae +++ b/config-armv7-lpae @@ -1,9 +1,24 @@ -# ARM unified arch kernel -CONFIG_ARCH_EXYNOS=y +# ARM A15 lpae unified arch kernel +CONFIG_ARCH_EXYNOS_MULTI=y +CONFIG_ARCH_KEYSTONE=y CONFIG_ARCH_VIRT=y +CONFIG_ARCH_EXYNOS5=y + +# CONFIG_ARCH_MVEBU is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_OMAP3 is not set +# CONFIG_ARCH_OMAP4 is not set +# CONFIG_SOC_OMAP5 is not set +# CONFIG_SOC_AM33XX is not set +# CONFIG_SOC_AM43XX is not set +# CONFIG_ARCH_ROCKCHIP is not set +# CONFIG_ARCH_SOCFPGA is not set +# CONFIG_ARCH_SUNXI is not set +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARCH_ZYNQ is not set + # CONFIG_ARCH_EXYNOS4 is not set -CONFIG_ARCH_EXYNOS5=y # CONFIG_EXYNOS_ATAGS is not set @@ -46,7 +61,6 @@ CONFIG_XEN_WDT=m CONFIG_MACH_EXYNOS5_DT=y CONFIG_SERIAL_SAMSUNG=y CONFIG_SERIAL_SAMSUNG_CONSOLE=y -CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_SAMSUNG_PM_DEBUG is not set # CONFIG_SAMSUNG_PM_CHECK is not set CONFIG_SOC_EXYNOS5250=y @@ -120,3 +134,4 @@ CONFIG_S3C_LOWLEVEL_UART_PORT=1 # CONFIG_I2C_S3C2410 is not set # CONFIG_S3C2410_WATCHDOG is not set # CONFIG_MMC_SDHCI_S3C is not set +# CONFIG_TEGRA_HOST1X is not set |