diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2019-10-15 20:52:04 +0530 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-10-21 14:42:55 -0700 |
commit | de09e521cd1614577522beff00e946e5fb54b41d (patch) | |
tree | 99f44541f3e6cad963ba8e69a7cd35b0a5bfc90d /arch/arm64 | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce (diff) | |
download | blackbird-op-linux-de09e521cd1614577522beff00e946e5fb54b41d.tar.gz blackbird-op-linux-de09e521cd1614577522beff00e946e5fb54b41d.zip |
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/20191015152204.5610-1-manivannan.sadhasivam@linaro.org
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64')
-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 |