diff options
Diffstat (limited to 'arch/arm/plat-stmp3xxx/Kconfig')
-rw-r--r-- | arch/arm/plat-stmp3xxx/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/plat-stmp3xxx/Kconfig b/arch/arm/plat-stmp3xxx/Kconfig index 2cf37c35951b..dcdbe327fed3 100644 --- a/arch/arm/plat-stmp3xxx/Kconfig +++ b/arch/arm/plat-stmp3xxx/Kconfig | |||
@@ -5,12 +5,6 @@ menu "Freescale STMP3xxx implementations" | |||
5 | choice | 5 | choice |
6 | prompt "Select STMP3xxx chip family" | 6 | prompt "Select STMP3xxx chip family" |
7 | 7 | ||
8 | config ARCH_STMP37XX | ||
9 | bool "Freescale SMTP37xx" | ||
10 | select CPU_ARM926T | ||
11 | ---help--- | ||
12 | STMP37xx refers to 3700 through 3769 chips | ||
13 | |||
14 | config ARCH_STMP378X | 8 | config ARCH_STMP378X |
15 | bool "Freescale STMP378x" | 9 | bool "Freescale STMP378x" |
16 | select CPU_ARM926T | 10 | select CPU_ARM926T |
@@ -22,10 +16,6 @@ endchoice | |||
22 | choice | 16 | choice |
23 | prompt "Select STMP3xxx board type" | 17 | prompt "Select STMP3xxx board type" |
24 | 18 | ||
25 | config MACH_STMP37XX | ||
26 | depends on ARCH_STMP37XX | ||
27 | bool "Freescale STMP37xx development board" | ||
28 | |||
29 | config MACH_STMP378X | 19 | config MACH_STMP378X |
30 | depends on ARCH_STMP378X | 20 | depends on ARCH_STMP378X |
31 | bool "Freescale STMP378x development board" | 21 | bool "Freescale STMP378x development board" |