diff options
author | Paul Kocialkowski | 2014-11-01 12:08:06 +0100 |
---|---|---|
committer | Paul Kocialkowski | 2015-07-15 15:05:49 +0200 |
commit | c922b3ddaf8d9445daafa39a06907d1653c80feb (patch) | |
tree | b7d279e21ab4e467f7e55c37f7c68029f95ff062 /arch | |
parent | 1d5cec79a5bc383b39e9221905025cd317077c96 (diff) |
WIP: Sniper support
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index b32a6b0e5f5..02b4ccf2a33 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -114,6 +114,10 @@ config TARGET_OMAP3_CAIRO select DM_SERIAL select DM_GPIO +config TARGET_SNIPER + bool "Sniper" + select SUPPORT_SPL + endchoice config SYS_SOC @@ -142,5 +146,6 @@ source "board/nokia/rx51/Kconfig" source "board/technexion/tao3530/Kconfig" source "board/technexion/twister/Kconfig" source "board/quipos/cairo/Kconfig" +source "board/lge/sniper/Kconfig" endif |