aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/Kconfig.local
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 13:09:29 +0200
commitc6da2cfeb05178a11c6d062a06f8078150ee492f (patch)
treef3b4021d252c52d6463a9b3c1bb7245e399b009c /arch/arm/mach-exynos/Kconfig.local
parentc6d7c4dbff353eac7919342ae6b3299a378160a6 (diff)
downloadkernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.zip
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.gz
kernel_samsung_smdk4412-c6da2cfeb05178a11c6d062a06f8078150ee492f.tar.bz2
samsung update 1
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig.local')
-rw-r--r--arch/arm/mach-exynos/Kconfig.local136
1 files changed, 136 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig.local b/arch/arm/mach-exynos/Kconfig.local
new file mode 100644
index 0000000..0e22814
--- /dev/null
+++ b/arch/arm/mach-exynos/Kconfig.local
@@ -0,0 +1,136 @@
+choice
+ prompt "Target Locale"
+ default TARGET_LOCALE_EUR
+
+config TARGET_LOCALE_EUR
+ bool "Europe Open"
+
+config TARGET_LOCALE_LTN
+ bool "Latin"
+
+config TARGET_LOCALE_KOR
+ bool "Kor"
+
+config TARGET_LOCALE_NAATT_TEMP
+ bool "NAGSM"
+
+config TARGET_LOCALE_P2EUR_TEMP
+ bool "P2EUR"
+
+config TARGET_LOCALE_P2TMO_TEMP
+ bool "P2TMO"
+
+config TARGET_LOCALE_EUR_U1_NFC
+ bool "Europe Open NFC"
+
+config TARGET_LOCALE_NTT
+ bool "JPN"
+
+config TARGET_LOCALE_CHN
+ bool "Chinese"
+
+config TARGET_LOCALE_USA
+ bool "USA"
+
+endchoice
+
+choice
+ prompt "C1 USA Target Carrier"
+ depends on MACH_C1 && (TARGET_LOCALE_EUR || TARGET_LOCALE_USA)
+ default MACH_C1_USA_ATT
+
+config MACH_C1_USA_ATT
+ bool "ATT"
+
+config MACH_C1_USA_VZW
+ bool "VZW"
+endchoice
+
+choice
+ prompt "U1 KOR Target Carrier"
+ depends on MACH_U1 && TARGET_LOCALE_KOR
+ default MACH_U1_KOR_SKT
+
+config MACH_U1_KOR_SKT
+ bool "SKT"
+
+config MACH_U1_KOR_KT
+ bool "KT"
+
+config MACH_U1_KOR_LGT
+ bool "LG U+"
+endchoice
+
+choice
+ prompt "C1 KOR Target Carrier"
+ depends on (MACH_C1 || MACH_C1VZW) && TARGET_LOCALE_KOR
+ default MACH_C1_KOR_SKT
+
+config MACH_C1_KOR_SKT
+ bool "SKT"
+
+config MACH_C1_KOR_KT
+ bool "KT"
+
+config MACH_C1_KOR_LGT
+ bool "LG U+"
+endchoice
+
+choice
+ prompt "M0 KOR Target Carrier"
+ depends on MACH_M0 && TARGET_LOCALE_KOR
+ default MACH_M0_KOR_SKT
+
+config MACH_M0_KOR_SKT
+ bool "SKT"
+
+config MACH_M0_KOR_KT
+ bool "KT"
+
+config MACH_M0_KOR_LGT
+ bool "LG U+"
+endchoice
+
+choice
+ prompt "P4 KOR Target Carrier"
+ depends on MACH_P4 && TARGET_LOCALE_KOR
+ default MACH_P4_KOR_ANY
+
+config MACH_P4_KOR_ANY
+ bool "P4 KOR OPEN Board"
+endchoice
+
+choice
+ prompt "M0 Chinese Target Carrier"
+ depends on MACH_M0 && TARGET_LOCALE_CHN
+
+config MACH_M0_CMCC
+ bool "M0 CHN CMCC board"
+
+config MACH_M0_CHNOPEN
+ bool "M0 CHN OPEN board"
+
+config MACH_M0_HKTW
+ bool "M0 CHN HKTW board"
+
+config MACH_M0_CTC
+ bool "M0 CHN CTC board"
+endchoice
+
+choice
+ prompt "Q1 Chinese Target Carrier"
+ depends on MACH_U1 && TARGET_LOCALE_CHN
+
+config MACH_Q1_CMCC_BD
+ bool "Q1 CHN CMCC board"
+endchoice
+
+
+menu "M0 CTC based models"
+ depends on MACH_M0_CTC && TARGET_LOCALE_CHN
+
+config MACH_M0_GRANDECTC
+ bool "M0 CHN GRANDE CTC board"
+endmenu
+
+