diff options
author | Chanho Min <chanho.min@lge.com> | 2016-04-11 20:54:44 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-04-13 15:14:51 -0700 |
commit | 198ed9625a1c8d5a8f43a4888075c048d9488dc8 (patch) | |
tree | 2f3c503d6672d6ebb1a3713b8add2a699947fbc8 /arch/arm64/Kconfig.platforms | |
parent | a2c8eecb36b54458716c3d5f60c05c57c0727f73 (diff) |
arm64: add Kconfig entry for LG1K SoC family
This patch introduces ARCH_LG1K to enable LG Electronics's LG1K SoC
family in Kconfig.
Signed-off-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index efa77c146415..be543c0b863d 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -43,6 +43,11 @@ config ARCH_LAYERSCAPE help This enables support for the Freescale Layerscape SoC family. +config ARCH_LG1K + bool "LG Electronics LG1K SoC Family" + help + This enables support for LG Electronics LG1K SoC Family + config ARCH_HISI bool "Hisilicon SoC Family" select HISILICON_IRQ_MBIGEN |