diff options
| author | Simon Glass <[email protected]> | 2014-10-07 22:01:51 -0600 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2014-10-08 17:25:48 +0900 |
| commit | 93327f69769d9fe09ef25efd6ca9182f1095a417 (patch) | |
| tree | bfc1e852cd3be620fd79c38d6c052b4c752e60f0 /arch/arm/cpu | |
| parent | 311757be275c1d592ff357e9faedca4c967a3064 (diff) | |
samsung: Enable device tree for smdkc100
Change this board to add a device tree.
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv7/s5pc1xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/s5pc1xx/Kconfig b/arch/arm/cpu/armv7/s5pc1xx/Kconfig index 1a8941dd9aa..2fbbc182039 100644 --- a/arch/arm/cpu/armv7/s5pc1xx/Kconfig +++ b/arch/arm/cpu/armv7/s5pc1xx/Kconfig @@ -7,6 +7,10 @@ config TARGET_S5P_GONI bool "S5P Goni board" select OF_CONTROL if !SPL_BUILD +config TARGET_SMDKC100 + bool "Support smdkc100 board" + select OF_CONTROL if !SPL_BUILD + endchoice config SYS_CPU @@ -16,5 +20,6 @@ config SYS_SOC default "s5pc1xx" source "board/samsung/goni/Kconfig" +source "board/samsung/smdkc100/Kconfig" endif |
