diff options
Diffstat (limited to 'arch/arm/mach-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pc1xx/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc1xx/Kconfig b/arch/arm/mach-s5pc1xx/Kconfig new file mode 100644 index 0000000..04acdaa --- /dev/null +++ b/arch/arm/mach-s5pc1xx/Kconfig @@ -0,0 +1,23 @@ +if ARCH_S5PC1XX + +choice + prompt "S5PC1XX board select" + optional + +config TARGET_S5P_GONI + bool "S5P Goni board" + select OF_CONTROL + +config TARGET_SMDKC100 + bool "Support smdkc100 board" + select OF_CONTROL + +endchoice + +config SYS_SOC + default "s5pc1xx" + +source "board/samsung/goni/Kconfig" +source "board/samsung/smdkc100/Kconfig" + +endif |