diff options
| author | Manivannan Sadhasivam <[email protected]> | 2019-10-15 20:52:04 +0530 |
|---|---|---|
| committer | Olof Johansson <[email protected]> | 2019-10-21 14:42:55 -0700 |
| commit | de09e521cd1614577522beff00e946e5fb54b41d (patch) | |
| tree | 99f44541f3e6cad963ba8e69a7cd35b0a5bfc90d | |
| parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce (diff) | |
arm64: configs: Enable Actions Semi platform in defconfig
Since there are enough consumers (drivers) for Actions Semi platform in
mainline, let's enable it in ARM64 defconfig. As of now, this platform
can boot a distro from eMMC/uSD.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
| -rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c9a867ac32d4..c8bd159db524 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -29,6 +29,7 @@ CONFIG_BLK_DEV_INITRD=y CONFIG_KALLSYMS_ALL=y # CONFIG_COMPAT_BRK is not set CONFIG_PROFILING=y +CONFIG_ARCH_ACTIONS=y CONFIG_ARCH_AGILEX=y CONFIG_ARCH_SUNXI=y CONFIG_ARCH_ALPINE=y |